summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfredb <fredb@pkgsrc.org>1999-10-13 12:32:05 +0000
committerfredb <fredb@pkgsrc.org>1999-10-13 12:32:05 +0000
commit98351f7423b99dbd62b0f2443807862b92ab6bb9 (patch)
treed1b69dd5618547271bf28e31c8a30b11b081eed1
parentf6bd75bdf255f32a75c0146befc4115f49b1ed7f (diff)
downloadpkgsrc-98351f7423b99dbd62b0f2443807862b92ab6bb9.tar.gz
Set 'GMAKE' in CONFIGURE_ENV
-rw-r--r--devel/maketool/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/maketool/Makefile b/devel/maketool/Makefile
index b67e43f8efd..3f46df716a5 100644
--- a/devel/maketool/Makefile
+++ b/devel/maketool/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 1999/10/13 11:31:26 fredb Exp $
+# $NetBSD: Makefile,v 1.3 1999/10/13 12:32:05 fredb Exp $
#
DISTNAME= maketool-0.4
@@ -17,7 +17,7 @@ USE_X11BASE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-included-gettext
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" GMAKE=${GMAKE}
post-patch:
cd ${WRKSRC}; \