aboutsummaryrefslogtreecommitdiff
path: root/mail/postfix22
diff options
context:
space:
mode:
authorTorsten Blum <torstenb@FreeBSD.org>2000-01-29 14:13:21 +0000
committerTorsten Blum <torstenb@FreeBSD.org>2000-01-29 14:13:21 +0000
commit0d72bb3913b50e6ff217272e766acf9f7bbffb87 (patch)
treea4815ef02aa1c4089264c0fd15af105ab9ff25e8 /mail/postfix22
parentb1e6d025f8325836af0eeb220f88ef048e4ddaca (diff)
downloadports-0d72bb3913b50e6ff217272e766acf9f7bbffb87.tar.gz
ports-0d72bb3913b50e6ff217272e766acf9f7bbffb87.zip
Notes
Diffstat (limited to 'mail/postfix22')
-rw-r--r--mail/postfix22/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix22/Makefile b/mail/postfix22/Makefile
index 29d646dd163e..8da005d8623b 100644
--- a/mail/postfix22/Makefile
+++ b/mail/postfix22/Makefile
@@ -19,8 +19,6 @@ MASTER_SITES= ftp://ftp.merit.edu/postfix/official/ \
MAINTAINER= torstenb@FreeBSD.org
-ALL_TARGET= default
-
# WARNING: this is based on a patch submitted by a user and has not been
# tested. Use it at your own risk !
.if defined(USE_MYSQL) && ${USE_MYSQL} == YES
@@ -37,6 +35,8 @@ POSTFIX_CCARGS+= -DHAS_LDAP -I${PREFIX}/include
POSTFIX_AUXLIBS+= ${PREFIX}/lib/libldap.a ${PREFIX}/lib/liblber.a
.endif
+ALL_TARGET= CCARGS="${POSTFIX_CCARGS}" AUXLIBS="${POSTFIX_AUXLIBS}"
+
SCRIPTS_ENV+= MAN1="${MAN1}" MAN5="${MAN5}" MAN8="${MAN8}"
MAKE_ENV+= "OPT=${CFLAGS}"