diff options
author | itojun <itojun@pkgsrc.org> | 2000-10-29 12:01:05 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2000-10-29 12:01:05 +0000 |
commit | 3c7d0e53d3d8d5b6190bbc055de4e7eb853fa547 (patch) | |
tree | dc8ac6cbaa48a1453ec1441370e6743617debea1 /mail | |
parent | fda797ceb44a9628520619a79fb5dc599f4b32c3 (diff) | |
download | pkgsrc-3c7d0e53d3d8d5b6190bbc055de4e7eb853fa547.tar.gz |
POSTFIX_VERP is not supported. remove it from BUILD_DEFS. from kimmo
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix-current/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index 4d039ffbdc7..b29b3fb678c 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2000/10/29 05:41:06 kim Exp $ +# $NetBSD: Makefile,v 1.9 2000/10/29 12:01:05 itojun Exp $ DISTNAME= snapshot-20001005 PKGNAME= postfix-20001005 @@ -27,7 +27,7 @@ AUXLIBS= -L${LOCALBASE}/lib -Wl,-R${LOCALBASE}/lib -lpcre MAKE_ENV+= AUXLIBS="${AUXLIBS}" .endif -BUILD_DEFS+= POSTFIX_PCRE POSTFIX_VERP +BUILD_DEFS+= POSTFIX_PCRE PLIST_SRC= ${PKGDIR}/PLIST |