summaryrefslogtreecommitdiff
path: root/security/gpgme
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-11-06 22:57:58 +0000
committerjmmv <jmmv@pkgsrc.org>2004-11-06 22:57:58 +0000
commit718a3b526131988f33327be0e065bcbe03ac9567 (patch)
treeb6d9236cfc3a963101a4e5c3e24b69961164c1d7 /security/gpgme
parent7d3a4f19bb301f79dd251a08bf6e9d2c22113144 (diff)
downloadpkgsrc-718a3b526131988f33327be0e065bcbe03ac9567.tar.gz
Explicitly disable gpgsm if the 'gpgsm' option is not given.
Diffstat (limited to 'security/gpgme')
-rw-r--r--security/gpgme/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile
index 63844bed087..9c4b7c2e023 100644
--- a/security/gpgme/Makefile
+++ b/security/gpgme/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2004/11/03 15:47:10 jmmv Exp $
+# $NetBSD: Makefile,v 1.28 2004/11/06 22:57:58 jmmv Exp $
#
DISTNAME= gpgme-1.0.1
@@ -53,6 +53,7 @@ CONFIGURE_ARGS+= --with-gpgsm=${BUILDLINK_PREFIX.gnupg-devel}/bin/gpgsm
CONFIGURE_ARGS+= --with-gpg=${BUILDLINK_PREFIX.gnupg-devel}/bin/gpg2
.else
DEPENDS+= gnupg>=1.2.2:../../security/gnupg
+CONFIGURE_ARGS+= --without-gpgsm
.endif
.include "../../mk/bsd.pkg.mk"