From a1f66340faea09acf55040e75632e631fd8aad2e Mon Sep 17 00:00:00 2001 From: tron Date: Tue, 28 Mar 2000 20:07:14 +0000 Subject: Set "${M4}" to "gm4" so that we really use the GNU "m4". --- x11/gtk--/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'x11/gtk--') diff --git a/x11/gtk--/Makefile b/x11/gtk--/Makefile index 59724616db4..b28de1bbdd8 100644 --- a/x11/gtk--/Makefile +++ b/x11/gtk--/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2000/01/02 18:02:42 tron Exp $ +# $NetBSD: Makefile,v 1.11 2000/03/28 20:07:14 tron Exp $ # FreeBSD Id: Makefile,v 1.6 1999/01/12 16:50:43 vanilla Exp # @@ -11,7 +11,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://lazy.ton.tut.fi/gtk--/gtk--.html DEPENDS+= gnome-libs-*:../../x11/gnome-libs -BUILD_DEPENDS+= gm4:../../devel/m4 +BUILD_DEPENDS+= ${LOCALBASE}/bin/gm4:../../devel/m4 USE_LIBTOOL= yes USE_X11BASE= yes @@ -19,6 +19,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +M4= ${LOCALBASE}/bin/gm4 PLIST_SUBST+= LOCALBASE=${LOCALBASE} post-install: -- cgit v1.2.3