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 | 2ba1d718e4ee6731a4951ca0e8424943bdaa36e3 (patch) | |
tree | ac4393a5383d13358883a5980d998ca1e2cf798c /archivers | |
parent | 55cd72c51f042757465a4d424f2065db8ca718ea (diff) | |
download | pkgsrc-2ba1d718e4ee6731a4951ca0e8424943bdaa36e3.tar.gz |
This needs gmake to build under OpenBSD; pointed out by pancake.
Diffstat (limited to 'archivers')
-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" |