diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2003-12-30 16:23:33 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2003-12-30 16:23:33 +0000 |
commit | 3df17fbf392b1583452c99f639dcdb0824ed27cd (patch) | |
tree | ef738e85da5fe3ce7f7e08ace5c4915f132c7460 /mail/postfix24 | |
parent | 644a81b2674b9205b44f46c8d0a301a31e98d8bc (diff) | |
download | ports-3df17fbf392b1583452c99f639dcdb0824ed27cd.tar.gz ports-3df17fbf392b1583452c99f639dcdb0824ed27cd.zip |
Notes
Diffstat (limited to 'mail/postfix24')
-rw-r--r-- | mail/postfix24/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/postfix24/Makefile b/mail/postfix24/Makefile index 7dfc7ba13a0e..aa888b3e6fd8 100644 --- a/mail/postfix24/Makefile +++ b/mail/postfix24/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}" \ |