From 6661dc664280185cd84bafd01cc904ff2b2623e9 Mon Sep 17 00:00:00 2001 From: reed Date: Fri, 9 Apr 2004 00:36:06 +0000 Subject: 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. --- security/gnupg/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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} -- cgit v1.2.3