diff options
author | grant <grant> | 2004-01-24 15:46:42 +0000 |
---|---|---|
committer | grant <grant> | 2004-01-24 15:46:42 +0000 |
commit | 0969937752b9938d132b944026ac09a63aa6e0c2 (patch) | |
tree | 58ac2ab8c0e2332f7f1f3c00a7c6d23ea22299b9 /graphics/xzgv/Makefile | |
parent | 8ed833ab61cd7d80725cca652a7cfe72d29049d0 (diff) | |
download | pkgsrc-0969937752b9938d132b944026ac09a63aa6e0c2.tar.gz |
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'graphics/xzgv/Makefile')
-rw-r--r-- | graphics/xzgv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xzgv/Makefile b/graphics/xzgv/Makefile index 0f7307f9d05..7bd8efbc645 100644 --- a/graphics/xzgv/Makefile +++ b/graphics/xzgv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2004/01/03 18:49:45 reed Exp $ +# $NetBSD: Makefile,v 1.22 2004/01/24 15:46:44 grant Exp $ DISTNAME= xzgv-0.7 PKGREVISION= 4 @@ -15,7 +15,7 @@ INFO_FILES= xzgv USE_BUILDLINK2= yes USE_X11BASE= yes -USE_GMAKE= yes +USE_GNU_TOOLS+= make do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/xzgv ${PREFIX}/bin |