summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorshannonjr <shannonjr>2008-04-28 14:21:27 +0000
committershannonjr <shannonjr>2008-04-28 14:21:27 +0000
commit28bb5a17d654121d3f774d42790c088d31795101 (patch)
tree63aa759ac0f0c8a5a5d56b58318db61731f5c7e8 /security
parent1d48d746b5770c7238d35eeaa1737182ed749db5 (diff)
downloadpkgsrc-28bb5a17d654121d3f774d42790c088d31795101.tar.gz
Re: pkg/38508 (gnupg2 won't build)
Builds without 'enable-maintainer-mode' being set
Diffstat (limited to 'security')
-rw-r--r--security/gnupg2/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/gnupg2/Makefile b/security/gnupg2/Makefile
index 51a10f854bf..8d0e1e6ffe2 100644
--- a/security/gnupg2/Makefile
+++ b/security/gnupg2/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2008/01/18 05:09:37 tnn Exp $
+# $NetBSD: Makefile,v 1.20 2008/04/28 14:21:27 shannonjr Exp $
#
DISTNAME= gnupg-2.0.7
-PKGREVISION= 2
+PKGREVISION= 3
PKGNAME= ${DISTNAME:S/gnupg/gnupg2/}
CATEGORIES= security
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/
@@ -57,7 +57,7 @@ pre-configure:
${MAKE} install
cd ${WRKDIR}/libassuan-1.0.3 && \
${SETENV} ${CONFIGURE_ENV} ./autogen.sh && \
- ${SETENV} ${CONFIGURE_ENV} ./configure --enable-maintainer-mode --prefix=${WRKDIR}/libassuan --with-pth-prefix=${WRKDIR}/pth && \
+ ${SETENV} ${CONFIGURE_ENV} ./configure --prefix=${WRKDIR}/libassuan --with-pth-prefix=${WRKDIR}/pth && \
${SETENV} ${PKGSRC_MAKE_ENV} ${MAKE} install
cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ./autogen.sh