1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00

Find Postfix also if installed with INST_BASE option.

Submitted by:	Roger Marquis
This commit is contained in:
Matthias Andree 2015-12-29 11:56:20 +00:00
parent 0c394defdf
commit 5181935100
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=404738

View File

@ -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