Mon Apr 28 14:21:27 2008 UTC ()
Re: pkg/38508 (gnupg2 won't build)
Builds without 'enable-maintainer-mode' being set


(shannonjr)
diff -r1.19 -r1.20 pkgsrc/security/gnupg2/Makefile

cvs diff -r1.19 -r1.20 pkgsrc/security/gnupg2/Makefile (expand / switch to context diff)
--- pkgsrc/security/gnupg2/Makefile 2008/01/18 05:09:37 1.19
+++ pkgsrc/security/gnupg2/Makefile 2008/04/28 14:21:27 1.20
@@ -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 @@
 	${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