diff options
author | itojun <itojun> | 2000-10-29 12:01:05 +0000 |
---|---|---|
committer | itojun <itojun> | 2000-10-29 12:01:05 +0000 |
commit | 544504471385d734f504a8fa26bc0615a0e3d84b (patch) | |
tree | dc8ac6cbaa48a1453ec1441370e6743617debea1 /mail/postfix-current | |
parent | f6b7cf6b915a2ada761aea3e69e0a149b1218b51 (diff) | |
download | pkgsrc-544504471385d734f504a8fa26bc0615a0e3d84b.tar.gz |
POSTFIX_VERP is not supported. remove it from BUILD_DEFS. from kimmo
Diffstat (limited to 'mail/postfix-current')
-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 |