summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/gpgme03/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/gpgme03/Makefile b/security/gpgme03/Makefile
index a16c8f9436d..44dafc9c69c 100644
--- a/security/gpgme03/Makefile
+++ b/security/gpgme03/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/10/03 00:18:09 tv Exp $
+# $NetBSD: Makefile,v 1.8 2004/11/13 10:01:50 jmmv Exp $
#
DISTNAME= gpgme-0.3.16
@@ -18,6 +18,8 @@ USE_LIBTOOL= YES
GNU_CONFIGURE= YES
PTHREAD_OPTS+= require
+CONFIGURE_ARGS+= --without-gpgsm
+
.include "../../mk/pthread.buildlink3.mk"
.if ${PTHREAD_TYPE} == "native"