summaryrefslogtreecommitdiff
path: root/security/gpgme03
diff options
context:
space:
mode:
authorjmmv <jmmv>2004-11-13 10:01:50 +0000
committerjmmv <jmmv>2004-11-13 10:01:50 +0000
commitdc0b118ff11a24906e89a32da43ec7cd0cb7f139 (patch)
treedd06ca365bc859c4f2fca99dc5adc153f08e1395 /security/gpgme03
parent9be0cbd30df0446222fe3733c9acc972975b1632 (diff)
downloadpkgsrc-dc0b118ff11a24906e89a32da43ec7cd0cb7f139.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"