aboutsummaryrefslogtreecommitdiff
path: root/mail/postfix28
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2003-12-30 16:23:33 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2003-12-30 16:23:33 +0000
commit3df17fbf392b1583452c99f639dcdb0824ed27cd (patch)
treeef738e85da5fe3ce7f7e08ace5c4915f132c7460 /mail/postfix28
parent644a81b2674b9205b44f46c8d0a301a31e98d8bc (diff)
downloadports-3df17fbf392b1583452c99f639dcdb0824ed27cd.tar.gz
ports-3df17fbf392b1583452c99f639dcdb0824ed27cd.zip
Respect ${CC} flag.
Approved by: Vivek Khera <vivek@khera.org> (maintainer)
Notes
Notes: svn path=/head/; revision=96961
Diffstat (limited to 'mail/postfix28')
-rw-r--r--mail/postfix28/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/postfix28/Makefile b/mail/postfix28/Makefile
index 7dfc7ba13a0e..aa888b3e6fd8 100644
--- a/mail/postfix28/Makefile
+++ b/mail/postfix28/Makefile
@@ -59,7 +59,7 @@ CONF1= main.cf master.cf access aliases canonical pcre_table regexp_table \
MAKEFILEFLAGS+= DEBUG=
.endif
-MAKEFILEFLAGS+= OPT="${CFLAGS}"
+MAKEFILEFLAGS+= CC="${CC}" OPT="${CFLAGS}"
SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \
TOUCH="${TOUCH}" \