diff options
author | osa <osa@FreeBSD.org> | 2003-12-31 00:23:33 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2003-12-31 00:23:33 +0800 |
commit | 21dfe0c0f4339f8bc83a6cf08805ca4064759079 (patch) | |
tree | 5ca7b4c7731aca8f06e0ea135cd2ea1f8d34dcf2 /mail/postfix20 | |
parent | 8b143735231388d06bf78f04e77e3b2f5c41035e (diff) | |
download | freebsd-ports-gnome-21dfe0c0f4339f8bc83a6cf08805ca4064759079.tar.gz freebsd-ports-gnome-21dfe0c0f4339f8bc83a6cf08805ca4064759079.tar.zst freebsd-ports-gnome-21dfe0c0f4339f8bc83a6cf08805ca4064759079.zip |
Respect ${CC} flag.
Approved by: Vivek Khera <vivek@khera.org> (maintainer)
Diffstat (limited to 'mail/postfix20')
-rw-r--r-- | mail/postfix20/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/postfix20/Makefile b/mail/postfix20/Makefile index 7dfc7ba13a0e..aa888b3e6fd8 100644 --- a/mail/postfix20/Makefile +++ b/mail/postfix20/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}" \ |