diff options
author | tron <tron@pkgsrc.org> | 2000-03-28 20:07:14 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-03-28 20:07:14 +0000 |
commit | a1f66340faea09acf55040e75632e631fd8aad2e (patch) | |
tree | 7a7975c11ae8ec75c5956b4502cb5895d927617c /x11/gtk-- | |
parent | 4ae7ab0a33ce17b15c1e3326033463c6404aaace (diff) | |
download | pkgsrc-a1f66340faea09acf55040e75632e631fd8aad2e.tar.gz |
Set "${M4}" to "gm4" so that we really use the GNU "m4".
Diffstat (limited to 'x11/gtk--')
-rw-r--r-- | x11/gtk--/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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: |