diff options
author | fredb <fredb@pkgsrc.org> | 1999-10-13 12:32:05 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 1999-10-13 12:32:05 +0000 |
commit | 98351f7423b99dbd62b0f2443807862b92ab6bb9 (patch) | |
tree | d1b69dd5618547271bf28e31c8a30b11b081eed1 /devel/maketool | |
parent | f6bd75bdf255f32a75c0146befc4115f49b1ed7f (diff) | |
download | pkgsrc-98351f7423b99dbd62b0f2443807862b92ab6bb9.tar.gz |
Set 'GMAKE' in CONFIGURE_ENV
Diffstat (limited to 'devel/maketool')
-rw-r--r-- | devel/maketool/Makefile | 4 |
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}; \ |