diff options
author | reed <reed@pkgsrc.org> | 2004-04-09 00:36:06 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2004-04-09 00:36:06 +0000 |
commit | b7223aa26db5e5e2cf4508c1f795128b76888f62 (patch) | |
tree | 7620c4f26c24d8717d584cc190538351c9526375 /security/gnupg | |
parent | 2929bc5075f09efce88e8f2f46d631accf84d011 (diff) | |
download | pkgsrc-b7223aa26db5e5e2cf4508c1f795128b76888f62.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/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} |