summaryrefslogtreecommitdiff
path: root/archivers/unzip/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-04-05 14:06:00 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-04-05 14:06:00 +0000
commit2ba1d718e4ee6731a4951ca0e8424943bdaa36e3 (patch)
treeac4393a5383d13358883a5980d998ca1e2cf798c /archivers/unzip/Makefile
parent55cd72c51f042757465a4d424f2065db8ca718ea (diff)
downloadpkgsrc-2ba1d718e4ee6731a4951ca0e8424943bdaa36e3.tar.gz
This needs gmake to build under OpenBSD; pointed out by pancake.
Diffstat (limited to 'archivers/unzip/Makefile')
-rw-r--r--archivers/unzip/Makefile3
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"