diff options
-rw-r--r-- | security/gnupg2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/gnupg2/Makefile b/security/gnupg2/Makefile index b4b71ca4870..1e2339fa6c2 100644 --- a/security/gnupg2/Makefile +++ b/security/gnupg2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2013/10/05 13:20:03 wiz Exp $ +# $NetBSD: Makefile,v 1.49 2013/10/26 23:30:53 wiz Exp $ DISTNAME= gnupg-2.0.22 PKGNAME= ${DISTNAME:S/gnupg/gnupg2/} @@ -20,7 +20,6 @@ USE_TOOLS+= gmake GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sharedstatedir=${VARBASE} CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} -CONFIGURE_ARGS+= --with-static-rnd=auto CONFIGURE_ARGS+= --without-included-gettext CONFIGURE_ARGS+= --with-pinentry-pgm=${BUILDLINK_PREFIX.pinentry}/bin/pinentry |