summaryrefslogtreecommitdiff
path: root/mail/postfix
diff options
context:
space:
mode:
authorkent <kent>2001-12-03 05:36:47 +0000
committerkent <kent>2001-12-03 05:36:47 +0000
commitba2941f49d018921512651b62bc563e52d053055 (patch)
tree6a6692a47f2e70cf85bc89ecb3c49dcc27a1ee0d /mail/postfix
parente43f425184dae79a4cfcf37ab5eff845c0ed96f4 (diff)
downloadpkgsrc-ba2941f49d018921512651b62bc563e52d053055.tar.gz
Remove definitions of POSTFIX_USE_PCRE and POSTFIX_USE_SASL_AUTH, which
I forgot to remove them before the previous committing ;-)
Diffstat (limited to 'mail/postfix')
-rw-r--r--mail/postfix/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile
index 86a743332f5..c8983d8534a 100644
--- a/mail/postfix/Makefile
+++ b/mail/postfix/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2001/12/03 04:47:41 kent Exp $
+# $NetBSD: Makefile,v 1.51 2001/12/03 05:36:47 kent Exp $
DISTNAME= postfix-20010228-pl08
PKGNAME= postfix-20010228pl8
@@ -25,8 +25,6 @@ PATCH_SITES+= ftp://ftp.kame.net/pub/kame/misc/
BUILD_DEFS+= POSTFIX_USE_INET6
.endif
-POSTFIX_USE_PCRE=YES
-POSTFIX_USE_SASL_AUTH=YES
.if defined(POSTFIX_USE_PCRE) && ${POSTFIX_USE_PCRE} == "YES" \
|| defined(POSTFIX_USE_SASL_AUTH) && ${POSTFIX_USE_SASL_AUTH} == "YES"
CCARGS= -I${LOCALBASE}/include