summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorkent <kent>2001-11-26 05:35:38 +0000
committerkent <kent>2001-11-26 05:35:38 +0000
commite2034c711fc032679bbd7974e481fddd5107352a (patch)
treed58768c692bac7e5985e7e88106e9da4ea8ce48e /mail
parent5efcd87e969d4adb85cd82faf583e24e095d34ff (diff)
downloadpkgsrc-e2034c711fc032679bbd7974e481fddd5107352a.tar.gz
Correct configuration for pcre.
Diffstat (limited to 'mail')
-rw-r--r--mail/postfix/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile
index ea9333235e2..9bc4f9d834d 100644
--- a/mail/postfix/Makefile
+++ b/mail/postfix/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2001/11/22 11:43:07 martti Exp $
+# $NetBSD: Makefile,v 1.46 2001/11/26 05:35:38 kent Exp $
DISTNAME= postfix-20010228-pl08
PKGNAME= postfix-20010228pl8
@@ -21,9 +21,9 @@ POSTFIX_SPOOL= /var/spool/postfix
.if defined(POSTFIX_PCRE) && ${POSTFIX_PCRE} == YES
DEPENDS+= pcre>=2.08:../../devel/pcre
-CFLAGS+= -DHAS_PCRE -I${LOCALBASE}/include
+CCARGS+= -DHAS_PCRE -I${LOCALBASE}/include
AUXLIBS= -L${LOCALBASE}/lib -Wl,-R${LOCALBASE}/lib -lpcre
-MAKE_ENV+= AUXLIBS="${AUXLIBS}"
+MAKE_ENV+= AUXLIBS="${AUXLIBS}" CCARGS="${CCARGS}"
.endif
BUILD_DEFS+= POSTFIX_PCRE