summaryrefslogtreecommitdiffstats
path: root/archivers/zip
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-03-08 22:55:34 +0000
committerkris <kris@FreeBSD.org>2003-03-08 22:55:34 +0000
commitbaed7d1f94a22d62dbc5d13832364151d228f0ba (patch)
tree09c2d2cf8d245884b7afc0ce1616516b385fe9ee /archivers/zip
parentebf1e85268fc76375422bb676e2b441c279e7249 (diff)
downloadFreeBSD-ports-baed7d1f94a22d62dbc5d13832364151d228f0ba.zip
FreeBSD-ports-baed7d1f94a22d62dbc5d13832364151d228f0ba.tar.gz
unzip is an EXTRACT_DEPENDS, not a BUILD_DEPENDS. This fixes some of the
ports which indirectly depend on this port.
Diffstat (limited to 'archivers/zip')
-rw-r--r--archivers/zip/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/zip/Makefile b/archivers/zip/Makefile
index 2ed9e7e..37a8141 100644
--- a/archivers/zip/Makefile
+++ b/archivers/zip/Makefile
@@ -18,7 +18,7 @@ DISTFILES= zip23${EXTRACT_SUFX} ${ZCRYPT_SRC}
MAINTAINER= ache@FreeBSD.org
COMMENT= Create/update ZIP files compatible with pkzip
-BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
+EXTRACT_DEPENDS=unzip:${PORTSDIR}/archivers/unzip
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
EXTRACT_ONLY= zip23${EXTRACT_SUFX}
OpenPOWER on IntegriCloud