diff options
author | shannonjr <shannonjr@pkgsrc.org> | 2008-04-28 14:21:27 +0000 |
---|---|---|
committer | shannonjr <shannonjr@pkgsrc.org> | 2008-04-28 14:21:27 +0000 |
commit | 8f8197707f390a06a9ee53ee0a72f7db269dabc3 (patch) | |
tree | 63aa759ac0f0c8a5a5d56b58318db61731f5c7e8 | |
parent | 035903f4062b6b95f2c5fae8abf02a70e1289dcc (diff) | |
download | pkgsrc-8f8197707f390a06a9ee53ee0a72f7db269dabc3.tar.gz |
Re: pkg/38508 (gnupg2 won't build)
Builds without 'enable-maintainer-mode' being set
-rw-r--r-- | security/gnupg2/Makefile | 6 |
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 |