aboutsummaryrefslogtreecommitdiff
path: root/mail/mailman
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2015-12-29 11:56:20 +0000
committerMatthias Andree <mandree@FreeBSD.org>2015-12-29 11:56:20 +0000
commit5181935100e044b96a86b4671e62ec0692fa2c27 (patch)
treee7565b8c988085973f174e2110299cdcf51c1d64 /mail/mailman
parent0c394defdfa99ed61b7f0c8ec734b0882c9906d0 (diff)
downloadports-5181935100e044b96a86b4671e62ec0692fa2c27.tar.gz
ports-5181935100e044b96a86b4671e62ec0692fa2c27.zip
Find Postfix also if installed with INST_BASE option.
Submitted by: Roger Marquis
Notes
Notes: svn path=/head/; revision=404738
Diffstat (limited to 'mail/mailman')
-rw-r--r--mail/mailman/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mailman/Makefile b/mail/mailman/Makefile
index c219d2f1c89e..7cf8ad6991e8 100644
--- a/mail/mailman/Makefile
+++ b/mail/mailman/Makefile
@@ -93,8 +93,8 @@ MAIL_GID?= mail
.endif
.if ${PORT_OPTIONS:MPOSTFIX}
-BUILD_DEPENDS+= ${LOCALBASE}/sbin/postconf:${PORTSDIR}/mail/postfix
-RUN_DEPENDS+= ${LOCALBASE}/sbin/postconf:${PORTSDIR}/mail/postfix
+BUILD_DEPENDS+= postfix:${PORTSDIR}/mail/postfix
+RUN_DEPENDS+= postfix:${PORTSDIR}/mail/postfix
MAIL_GID?= mailman
EXTRA_PATCHES+= ${FILESDIR}/postfix-verp.diff
.endif