From 5181935100e044b96a86b4671e62ec0692fa2c27 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Tue, 29 Dec 2015 11:56:20 +0000 Subject: [PATCH] Find Postfix also if installed with INST_BASE option. Submitted by: Roger Marquis --- mail/mailman/Makefile | 4 ++-- 1 file 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