diff options
author | kent <kent@pkgsrc.org> | 2001-12-03 05:36:47 +0000 |
---|---|---|
committer | kent <kent@pkgsrc.org> | 2001-12-03 05:36:47 +0000 |
commit | b36ecf2fc7e4a7e49c4b52d75f1b559b840b3712 (patch) | |
tree | 6a6692a47f2e70cf85bc89ecb3c49dcc27a1ee0d | |
parent | 0a244f3f6a7400ca5e4981130afb9aaf1d8fe73f (diff) | |
download | pkgsrc-b36ecf2fc7e4a7e49c4b52d75f1b559b840b3712.tar.gz |
Remove definitions of POSTFIX_USE_PCRE and POSTFIX_USE_SASL_AUTH, which
I forgot to remove them before the previous committing ;-)
-rw-r--r-- | mail/postfix/Makefile | 4 |
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 |