From 41f23087850efa6c20faf71f472b9bdfbea8ff3b Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Tue, 29 May 2001 13:36:22 +0000 Subject: Detect if sasl is compiled with mysql Compile mysql support static because it won't startup on boot if you don't PR: 27597 Submitted by: maintainer --- mail/postfix-current/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mail/postfix-current/Makefile') diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index d995e9149e01..5aa875de10a6 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -7,6 +7,7 @@ PORTNAME= postfix PORTVERSION= 20010502 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \ ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/%SUBDIR%/ \ @@ -62,7 +63,8 @@ MAKEFILEFLAGS+= OPT="${CFLAGS}" SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \ PREFIX="${PREFIX}" \ TOUCH="${TOUCH}" \ - MKDIR="${MKDIR}" + MKDIR="${MKDIR}" \ + PREFIX="${PREFIX}" pre-fetch: @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.postfix -- cgit v1.2.3