diff options
author | grant <grant@pkgsrc.org> | 2004-01-22 07:14:59 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-01-22 07:14:59 +0000 |
commit | ed16993a08da1dec4798355b1487c8b7f0022d6a (patch) | |
tree | caada37ccae5771519b4407e2428e17c4e682e44 /archivers/cabextract | |
parent | 25d39bca1d5c4ff9310086d649e3043a8a7a73c6 (diff) | |
download | pkgsrc-ed16993a08da1dec4798355b1487c8b7f0022d6a.tar.gz |
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'archivers/cabextract')
-rw-r--r-- | archivers/cabextract/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/cabextract/Makefile b/archivers/cabextract/Makefile index 1e90238559a..e76aa32e477 100644 --- a/archivers/cabextract/Makefile +++ b/archivers/cabextract/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/12/24 09:53:47 jmmv Exp $ +# $NetBSD: Makefile,v 1.8 2004/01/22 07:18:43 grant Exp $ # DISTNAME= cabextract-0.6 @@ -11,6 +11,6 @@ COMMENT= Microsoft cabinet (.CAB) file extractor USE_BUILDLINK2= yes GNU_CONFIGURE= yes -USE_GMAKE= yes +USE_GNU_TOOLS+= make .include "../../mk/bsd.pkg.mk" |