From e8f9a7f3044fb3973924b7a17205db202839df73 Mon Sep 17 00:00:00 2001 From: augiedoggie Date: Tue, 30 Apr 2024 17:43:37 -0600 Subject: [PATCH] dma: fix 32 bit requirements --- mail-mta/dma/dma-0.14~git.recipe | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mail-mta/dma/dma-0.14~git.recipe b/mail-mta/dma/dma-0.14~git.recipe index f2558fe27..f9575be11 100644 --- a/mail-mta/dma/dma-0.14~git.recipe +++ b/mail-mta/dma/dma-0.14~git.recipe @@ -12,7 +12,7 @@ COPYRIGHT=" 2008 The DragonFly Project " LICENSE="BSD (3-clause)" -REVISION="1" +REVISION="2" srcGitRev="a4ed8467f11854045bea48e25df78528db225b72" SOURCE_URI="https://github.com/corecode/dma/archive/$srcGitRev.tar.gz" CHECKSUM_SHA256="7ccb3d0428fc34ff1625eae2f0b1f116f4374f03b3f1a54f4c1410e63067256e" @@ -43,14 +43,14 @@ PROVIDES=" " REQUIRES=" haiku$secondaryArchSuffix - lib:libcrypto - lib:libssl + lib:libcrypto$secondaryArchSuffix + lib:libssl$secondaryArchSuffix " BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel - devel:libcrypto - devel:libssl + devel:libcrypto$secondaryArchSuffix + devel:libssl$secondaryArchSuffix " BUILD_PREREQUIRES=" cmd:flex