diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2003-03-08 22:55:34 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2003-03-08 22:55:34 +0000 |
| commit | 7d8d1f5aa5d0efc2900fa41fcd77dd6740254d21 (patch) | |
| tree | 1ffbefe7d817d7d8e6a64f1e43b0f9a30c5e88a4 | |
| parent | Reset maintainer of ports previously maintained by jmg and jseger, who (diff) | |
unzip is an EXTRACT_DEPENDS, not a BUILD_DEPENDS. This fixes some of the
ports which indirectly depend on this port.
| -rw-r--r-- | archivers/zip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/zip/Makefile b/archivers/zip/Makefile index 2ed9e7e3dc5a..37a8141140cb 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} |
