diff options
author | grant <grant@pkgsrc.org> | 2004-01-22 07:49:20 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-01-22 07:49:20 +0000 |
commit | 05f1054e508711b511383ca79b9da8ab54438164 (patch) | |
tree | 7e0d6cac1bcf2ed738362d15896e6e66c14cbbb6 /chat/fisg | |
parent | 58c8c5c5cb191f195b9402fd4bf393ffb9b939dd (diff) | |
download | pkgsrc-05f1054e508711b511383ca79b9da8ab54438164.tar.gz |
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'chat/fisg')
-rw-r--r-- | chat/fisg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/fisg/Makefile b/chat/fisg/Makefile index 0ff93eca451..324647ae480 100644 --- a/chat/fisg/Makefile +++ b/chat/fisg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/01/20 12:09:35 agc Exp $ +# $NetBSD: Makefile,v 1.3 2004/01/22 07:49:20 grant Exp $ DISTNAME= fisg-0.2.0 CATEGORIES= chat textproc @@ -10,6 +10,6 @@ COMMENT= Fast IRC statistics generator WRKSRC= ${WRKDIR}/${DISTNAME}/src USE_BUILDLINK2= YES -USE_GMAKE= YES +USE_GNU_TOOLS+= make .include "../../mk/bsd.pkg.mk" |