diff options
author | tv <tv@pkgsrc.org> | 1998-06-26 20:07:13 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-06-26 20:07:13 +0000 |
commit | 5051440385c3216bc460b36e457902b199c79748 (patch) | |
tree | 13208a43346ee8c62af50be065f47ed7d2437472 /archivers/zip/Makefile | |
parent | 58c7fc3d26be5ae9a3a1c7de82b13a48df69f46e (diff) | |
download | pkgsrc-5051440385c3216bc460b36e457902b199c79748.tar.gz |
Nuke FETCH_DEPENDS - use BUILD_DEPENDS, which actually executes before
extract.
Diffstat (limited to 'archivers/zip/Makefile')
-rw-r--r-- | archivers/zip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/zip/Makefile b/archivers/zip/Makefile index 4a4cb0f2b10..594f825b490 100644 --- a/archivers/zip/Makefile +++ b/archivers/zip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 1998/06/20 23:26:05 tv Exp $ +# $NetBSD: Makefile,v 1.12 1998/06/26 20:07:13 tv Exp $ # FreeBSD Id: Makefile,v 1.10 1997/04/27 16:06:15 ache Exp # @@ -19,7 +19,7 @@ ALL_TARGET= generic .if defined(ZIP_ENCRYPTION) DISTFILES+= zcrypt27.zip EXTRACT_ONLY= zip22.tar.gz -FETCH_DEPENDS= unzip:../../archivers/unzip +BUILD_DEPENDS= unzip:../../archivers/unzip RESTRICTED= crypto MIRROR_DISTFILE=no |