diff options
author | grant <grant> | 2004-01-22 07:49:20 +0000 |
---|---|---|
committer | grant <grant> | 2004-01-22 07:49:20 +0000 |
commit | 230a4ce4ecdbe4a82cd0857ce90c994e5e5ba6cc (patch) | |
tree | 7e0d6cac1bcf2ed738362d15896e6e66c14cbbb6 /chat/gabber | |
parent | 6f5a4b6e5cf89f4eb4ca6ca2c1cfa1b8ee7316ff (diff) | |
download | pkgsrc-230a4ce4ecdbe4a82cd0857ce90c994e5e5ba6cc.tar.gz |
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'chat/gabber')
-rw-r--r-- | chat/gabber/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/gabber/Makefile b/chat/gabber/Makefile index c4407eb3e0b..fa29d4614e0 100644 --- a/chat/gabber/Makefile +++ b/chat/gabber/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2004/01/03 18:49:35 reed Exp $ +# $NetBSD: Makefile,v 1.27 2004/01/22 07:49:20 grant Exp $ DISTNAME= gabber-0.8.8 PKGREVISION= 3 @@ -11,7 +11,7 @@ COMMENT= Gnome Jabber Client USE_BUILDLINK2= YES USE_PKGLOCALEDIR= YES -USE_GMAKE= YES +USE_GNU_TOOLS+= make USE_X11BASE= YES USE_LIBTOOL= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool |