summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfredb <fredb>2000-03-28 02:44:01 +0000
committerfredb <fredb>2000-03-28 02:44:01 +0000
commit5e18779b66b6eaaf15ab56831e8ba1b92c3ff449 (patch)
tree3c60f1419508a7064944ed7f32f76b82d359a672
parent08fe66823fef698f4706bde8b6555f3d650a09a0 (diff)
downloadpkgsrc-5e18779b66b6eaaf15ab56831e8ba1b92c3ff449.tar.gz
Remove redundant settings of "M4" and "YACC" in CONFIGURE_ENV.
-rw-r--r--devel/ddd/Makefile7
-rw-r--r--mail/fetchmail/Makefile4
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