diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-04-05 14:06:00 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-04-05 14:06:00 +0000 |
commit | b2ff3dd185d8880b9cb66c59a793b788869111f2 (patch) | |
tree | ac4393a5383d13358883a5980d998ca1e2cf798c /archivers/unzip | |
parent | 0e12270d52c221b1c5e4c5331afb178e43769e24 (diff) | |
download | pkgsrc-b2ff3dd185d8880b9cb66c59a793b788869111f2.tar.gz |
This needs gmake to build under OpenBSD; pointed out by pancake.
Diffstat (limited to 'archivers/unzip')
-rw-r--r-- | archivers/unzip/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile index 0204fb31330..e8e31dd6009 100644 --- a/archivers/unzip/Makefile +++ b/archivers/unzip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2004/01/22 12:25:59 grant Exp $ +# $NetBSD: Makefile,v 1.47 2004/04/05 14:06:00 xtraeme Exp $ DISTNAME= unzip550 PKGNAME= unzip-5.50 @@ -21,6 +21,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} USE_BUILDLINK3= yes +USE_GNU_TOOLS+= make .include "../../mk/bsd.prefs.mk" |