diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-11-13 10:01:50 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-11-13 10:01:50 +0000 |
commit | 00ced585078457a53e494dff8fe1555f98e4efa4 (patch) | |
tree | dd06ca365bc859c4f2fca99dc5adc153f08e1395 /security | |
parent | 6c7b9ae06ea4ac03d1894a38e592235191724532 (diff) | |
download | pkgsrc-00ced585078457a53e494dff8fe1555f98e4efa4.tar.gz |
Explicitly disable gpgsm support. Otherwise, if gpgsm is installed, the
build of this package fails.
Diffstat (limited to 'security')
-rw-r--r-- | security/gpgme03/Makefile | 4 |
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" |