summaryrefslogtreecommitdiff
path: root/mail/postfix
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2001-11-30 10:26:55 +0000
committermartti <martti@pkgsrc.org>2001-11-30 10:26:55 +0000
commita7475b2fb004ac84b6f0a2d2d28b2aa44f62a48f (patch)
treeffd322023b97bfbb53d896c0f349a9196e853258 /mail/postfix
parent816d1693004242bb46dbc7e669c47d64544ebbe6 (diff)
downloadpkgsrc-a7475b2fb004ac84b6f0a2d2d28b2aa44f62a48f.tar.gz
Changed POSTFIX_PCRE to POSTFIX_USE_PCRE
Diffstat (limited to 'mail/postfix')
-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