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 | |
parent | 823b5cd30a4cca180d941838d74d6c1fea8a7360 (diff) | |
download | pkgsrc-fb77f6e7eeeeada8b947017c564332bcb8f48123.tar.gz |
Remove redundant settings of "M4" and "YACC" in CONFIGURE_ENV.
-rw-r--r-- | devel/ddd/Makefile | 7 | ||||
-rw-r--r-- | mail/fetchmail/Makefile | 4 |
2 files changed, 3 insertions, 8 deletions
diff --git a/devel/ddd/Makefile b/devel/ddd/Makefile index d8e36f246e4..0685b363302 100644 --- a/devel/ddd/Makefile +++ b/devel/ddd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2000/03/11 23:36:24 fredb Exp $ +# $NetBSD: Makefile,v 1.27 2000/03/28 02:44:01 fredb Exp $ # $FreeBSD Id: Makefile,v 1.5 1998/02/19 09:43:16 obrien Exp # @@ -15,12 +15,7 @@ USE_MOTIF= yes GNU_CONFIGURE= yes USE_GMAKE= yes -.if exists(/usr/bin/m4) -M4= m4 -.endif - CONFIGURE_ARGS+= --with-ncurses=no -CONFIGURE_ENV+= M4=${M4} YACC=${YACC} .include "../../mk/bsd.prefs.mk" 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 |