From ba2941f49d018921512651b62bc563e52d053055 Mon Sep 17 00:00:00 2001 From: kent Date: Mon, 3 Dec 2001 05:36:47 +0000 Subject: Remove definitions of POSTFIX_USE_PCRE and POSTFIX_USE_SASL_AUTH, which I forgot to remove them before the previous committing ;-) --- mail/postfix/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'mail/postfix') 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 -- cgit v1.2.3