diff options
author | grant <grant> | 2004-01-22 07:14:59 +0000 |
---|---|---|
committer | grant <grant> | 2004-01-22 07:14:59 +0000 |
commit | 8ad38ecd1c17771f2a3f5875cbd50b4efb4314a2 (patch) | |
tree | caada37ccae5771519b4407e2428e17c4e682e44 /biology | |
parent | 7e31c020abc5f1fced7b29f9f2ebe3803e4363b1 (diff) | |
download | pkgsrc-8ad38ecd1c17771f2a3f5875cbd50b4efb4314a2.tar.gz |
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'biology')
-rw-r--r-- | biology/chemtool/Makefile | 4 | ||||
-rw-r--r-- | biology/nut/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/biology/chemtool/Makefile b/biology/chemtool/Makefile index e1a94686766..ff3c1e65527 100644 --- a/biology/chemtool/Makefile +++ b/biology/chemtool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2003/08/30 21:10:11 jtb Exp $ +# $NetBSD: Makefile,v 1.20 2004/01/22 07:20:07 grant Exp $ DISTNAME= chemtool-1.6 CATEGORIES= biology @@ -12,7 +12,7 @@ USE_BUILDLINK2= yes USE_PKGLOCALEDIR= yes USE_X11= yes GNU_CONFIGURE= yes -USE_GMAKE= yes +USE_GNU_TOOLS+= make post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/chemtool diff --git a/biology/nut/Makefile b/biology/nut/Makefile index 0a860081eb0..93acf019812 100644 --- a/biology/nut/Makefile +++ b/biology/nut/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2003/12/25 14:46:17 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2004/01/22 07:20:07 grant Exp $ DISTNAME= nut-9.5 CATEGORIES= biology @@ -9,7 +9,7 @@ HOMEPAGE= http://www.lafn.org/~av832/ COMMENT= Record what you eat and analyze your meals ALL_TARGET= nut -USE_GMAKE= yes +USE_GNU_TOOLS+= make do-install: ${INSTALL_PROGRAM} ${WRKSRC}/nut ${PREFIX}/bin |