diff options
author | fredb <fredb@pkgsrc.org> | 2000-03-28 02:44:01 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2000-03-28 02:44:01 +0000 |
commit | fb77f6e7eeeeada8b947017c564332bcb8f48123 (patch) | |
tree | 3c60f1419508a7064944ed7f32f76b82d359a672 /mail/fetchmail/Makefile | |
parent | 823b5cd30a4cca180d941838d74d6c1fea8a7360 (diff) | |
download | pkgsrc-fb77f6e7eeeeada8b947017c564332bcb8f48123.tar.gz |
Remove redundant settings of "M4" and "YACC" in CONFIGURE_ENV.
Diffstat (limited to 'mail/fetchmail/Makefile')
-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 |