summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-04-05 14:06:00 +0000
committerxtraeme <xtraeme>2004-04-05 14:06:00 +0000
commit61090fff0d87b7f27e1c0cafc63431dfd5abfe11 (patch)
treeac4393a5383d13358883a5980d998ca1e2cf798c /archivers
parent735071af4b97f0f73582c12b9036076eb72a23c5 (diff)
downloadpkgsrc-61090fff0d87b7f27e1c0cafc63431dfd5abfe11.tar.gz
This needs gmake to build under OpenBSD; pointed out by pancake.
Diffstat (limited to 'archivers')
-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"