diff options
author | fredb <fredb> | 2000-03-28 02:44:01 +0000 |
---|---|---|
committer | fredb <fredb> | 2000-03-28 02:44:01 +0000 |
commit | 5e18779b66b6eaaf15ab56831e8ba1b92c3ff449 (patch) | |
tree | 3c60f1419508a7064944ed7f32f76b82d359a672 /mail/fetchmail | |
parent | 08fe66823fef698f4706bde8b6555f3d650a09a0 (diff) | |
download | pkgsrc-5e18779b66b6eaaf15ab56831e8ba1b92c3ff449.tar.gz |
Remove redundant settings of "M4" and "YACC" in CONFIGURE_ENV.
Diffstat (limited to 'mail/fetchmail')
-rw-r--r-- | mail/fetchmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 0a451c64dc1..050221c7911 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.67 2000/03/26 08:58:33 itojun Exp $ +# $NetBSD: Makefile,v 1.68 2000/03/28 02:44:03 fredb Exp $ # DISTNAME= fetchmail-5.3.4 @@ -13,7 +13,7 @@ HOMEPAGE= http://www.tuxedo.org/~esr/fetchmail/ BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf GNU_CONFIGURE= yes -CONFIGURE_ENV= LDFLAGS="${CFLAGS}" YACC="${YACC}" +CONFIGURE_ENV= LDFLAGS="${CFLAGS}" BUILD_DEFS+= USE_INET6 |