summaryrefslogtreecommitdiff
path: root/security/gnupg
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2004-04-09 00:36:06 +0000
committerreed <reed@pkgsrc.org>2004-04-09 00:36:06 +0000
commit06f8d025f84e69f29f73d3e6ca94e74374a24fb6 (patch)
tree7620c4f26c24d8717d584cc190538351c9526375 /security/gnupg
parentd040d4c74d377ab2c7e9f22ca88bce578fb713f5 (diff)
downloadpkgsrc-06f8d025f84e69f29f73d3e6ca94e74374a24fb6.tar.gz
Assume a mail transfer agent (/usr/sbin/sendmail) is installed.
This is to make sure that libexec/gnupg/gpgkeys_mailto is installed. (Okay'd by wiz.) This assumes that /usr/sbin/sendmail is sendmail. PKGREVISION is not bumped because package couldn't be made in first place if libexec/gnupg/gpgkeys_mailto was missing.
Diffstat (limited to 'security/gnupg')
-rw-r--r--security/gnupg/Makefile3
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}