diff options
-rw-r--r-- | security/gnupg/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index 5f3a3fb2d87..d0b0ae64c70 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.64 2004/04/08 20:58:32 wiz Exp $ +# $NetBSD: Makefile,v 1.65 2004/04/09 00:36:06 reed Exp $ DISTNAME= gnupg-1.2.4 PKGREVISION= 1 @@ -23,6 +23,7 @@ USE_BUILDLINK3= yes USE_PKGLOCALEDIR= yes USE_GNU_TOOLS+= make CONFIGURE_ARGS+= --enable-tiger --with-static-rnd=auto +CONFIGURE_ARGS+= --with-mailprog=/usr/sbin/sendmail TEST_TARGET= check EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} |