summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authormartti <martti>2001-11-30 10:26:55 +0000
committermartti <martti>2001-11-30 10:26:55 +0000
commit08d1876a5320869721942d23be51630fee492613 (patch)
treeffd322023b97bfbb53d896c0f349a9196e853258 /mail
parentfaf3389564186c77b11ab56a78d5bf08c97d6c71 (diff)
downloadpkgsrc-08d1876a5320869721942d23be51630fee492613.tar.gz
Changed POSTFIX_PCRE to POSTFIX_USE_PCRE
Diffstat (limited to 'mail')
-rw-r--r--mail/postfix/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile
index 9bc4f9d834d..6f1ad062b71 100644
--- a/mail/postfix/Makefile
+++ b/mail/postfix/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2001/11/26 05:35:38 kent Exp $
+# $NetBSD: Makefile,v 1.47 2001/11/30 10:26:55 martti Exp $
DISTNAME= postfix-20010228-pl08
PKGNAME= postfix-20010228pl8
@@ -19,7 +19,7 @@ POSTFIX_SPOOL= /var/spool/postfix
.include "../../mk/bsd.prefs.mk"
-.if defined(POSTFIX_PCRE) && ${POSTFIX_PCRE} == YES
+.if defined(POSTFIX_USE_PCRE) && ${POSTFIX_USE_PCRE} == YES
DEPENDS+= pcre>=2.08:../../devel/pcre
CCARGS+= -DHAS_PCRE -I${LOCALBASE}/include
AUXLIBS= -L${LOCALBASE}/lib -Wl,-R${LOCALBASE}/lib -lpcre