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/xchat | |
parent | 58c8c5c5cb191f195b9402fd4bf393ffb9b939dd (diff) | |
download | pkgsrc-05f1054e508711b511383ca79b9da8ab54438164.tar.gz |
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'chat/xchat')
-rw-r--r-- | chat/xchat/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/xchat/Makefile.common b/chat/xchat/Makefile.common index 7cc662576ce..e86b03f30cc 100644 --- a/chat/xchat/Makefile.common +++ b/chat/xchat/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.22 2004/01/03 18:49:35 reed Exp $ +# $NetBSD: Makefile.common,v 1.23 2004/01/22 07:49:21 grant Exp $ DISTNAME= xchat-1.8.11 PKGREVISION= 4 @@ -22,7 +22,7 @@ PLIST_SRC= ${.CURDIR}/../xchat/PLIST USE_BUILDLINK2= YES USE_PKGLOCALEDIR= YES USE_X11BASE= YES -USE_GMAKE= YES +USE_GNU_TOOLS+= make USE_PERL5= YES USE_GNU_TOOLS+= grep CONFIGURE_ARGS+= --enable-python |