aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/gnupg/Makefile2
-rw-r--r--security/gnupg1/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile
index 8812d1792d42..395d295f5cbc 100644
--- a/security/gnupg/Makefile
+++ b/security/gnupg/Makefile
@@ -25,7 +25,7 @@ MLINKS= gpg.1 gpgm.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 300000
-CONFIGURE_ARGS+=--disable-asm
+USE_GMAKE= YES
.endif
CFLAGS:= ${CFLAGS:S/-pipe//g}
diff --git a/security/gnupg1/Makefile b/security/gnupg1/Makefile
index 8812d1792d42..395d295f5cbc 100644
--- a/security/gnupg1/Makefile
+++ b/security/gnupg1/Makefile
@@ -25,7 +25,7 @@ MLINKS= gpg.1 gpgm.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 300000
-CONFIGURE_ARGS+=--disable-asm
+USE_GMAKE= YES
.endif
CFLAGS:= ${CFLAGS:S/-pipe//g}