diff options
author | grant <grant@pkgsrc.org> | 2004-01-24 15:18:32 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-01-24 15:18:32 +0000 |
commit | e3d128293a60e76f4fccba311e775c0005599ebd (patch) | |
tree | b586c3a412ff340b65ac788bfc63506f68c63c6f /www/jssi | |
parent | 60ad86155b401a01e64b933035cd952dee4f3481 (diff) | |
download | pkgsrc-e3d128293a60e76f4fccba311e775c0005599ebd.tar.gz |
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'www/jssi')
-rw-r--r-- | www/jssi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/jssi/Makefile b/www/jssi/Makefile index 51efcd94d8e..fdb699d9eae 100644 --- a/www/jssi/Makefile +++ b/www/jssi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2004/01/20 12:27:59 agc Exp $ +# $NetBSD: Makefile,v 1.19 2004/01/24 15:23:47 grant Exp $ DISTNAME= ApacheJSSI-1.1.2 PKGNAME= jssi-1.1.2 @@ -16,7 +16,7 @@ WRKSRC= ${WRKDIR}/ApacheJSSI-1.1.2/src/java .include "../../mk/bsd.prefs.mk" -USE_GMAKE= +USE_GNU_TOOLS+= make NO_CONFIGURE= MAKE_ENV+= CLASSPATH=${CLASSPATH} |