summaryrefslogtreecommitdiff
path: root/security/gpgme03
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-11-13 10:01:50 +0000
committerjmmv <jmmv@pkgsrc.org>2004-11-13 10:01:50 +0000
commit6bc0fc5d26374b555c033b2a42c8222cca514b10 (patch)
treedd06ca365bc859c4f2fca99dc5adc153f08e1395 /security/gpgme03
parent41764a8215d02f469fa421921f64393e35ac5204 (diff)
downloadpkgsrc-6bc0fc5d26374b555c033b2a42c8222cca514b10.tar.gz
Explicitly disable gpgsm support. Otherwise, if gpgsm is installed, the
build of this package fails.
Diffstat (limited to 'security/gpgme03')
-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"