diff options
Diffstat (limited to 'mail/opensmtpd/Makefile')
-rw-r--r-- | mail/opensmtpd/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/opensmtpd/Makefile b/mail/opensmtpd/Makefile index 95d4cf07ea1..b6b2ef0737e 100644 --- a/mail/opensmtpd/Makefile +++ b/mail/opensmtpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2019/05/23 19:23:06 rillig Exp $ +# $NetBSD: Makefile,v 1.13 2019/11/02 16:25:24 rillig Exp $ VERSION= 5.7.3p2 DISTNAME= opensmtpd-${VERSION} @@ -10,8 +10,8 @@ HOMEPAGE= https://www.opensmtpd.org/ COMMENT= The OpenSMTPD mail transfer agent, a replacement for sendmail LICENSE= isc AND modified-bsd AND 2-clause-bsd -CONFLICTS+= courier-mta-[0-9]* fastforward>=0.51nb2 sendmail-[0-9]* -CONFLICTS+= esmtp>=1.2 nullmailer-[0-9]* postfix-[0-9]* +CONFLICTS+= courier-mta-[0-9]* fastforward>=0.51nb2 sendmail-[0-9]* +CONFLICTS+= esmtp>=1.2 nullmailer-[0-9]* postfix-[0-9]* BROKEN_FOR_PLATFORM= OpenBSD-*-* BUILD_DEFS+= VARBASE @@ -31,8 +31,8 @@ PKG_HOME._smtpd= ${SMTPD_HOME} PKG_GECOS._smtpq= OpenSMTPD pseudo-user PKG_HOME._smtpq= ${SMTPD_HOME} -GNU_CONFIGURE= yes -USE_DB185= yes +GNU_CONFIGURE= yes +USE_DB185= yes CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} CONFIGURE_ARGS+= --with-mantype=man CONFIGURE_ARGS+= --with-privsep-path=${SMTPD_HOME} |