diff options
author | marino <marino@FreeBSD.org> | 2016-08-04 11:36:50 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-08-04 11:36:50 +0800 |
commit | 20ef2ff0cb06f8419c741857f6254a4aec12fb6a (patch) | |
tree | 15d926d9a5ff86b39db3ccc3b091423da8e91651 /archivers | |
parent | 1ad147cdd006c55ac57a9eef256e0f30c8f93f21 (diff) | |
download | freebsd-ports-gnome-20ef2ff0cb06f8419c741857f6254a4aec12fb6a.tar.gz freebsd-ports-gnome-20ef2ff0cb06f8419c741857f6254a4aec12fb6a.tar.zst freebsd-ports-gnome-20ef2ff0cb06f8419c741857f6254a4aec12fb6a.zip |
archivers/xarchive: Remove redundant dependency on unzip
A dependency on unzip will never be registered since unzip is available
on all supported platforms (since FreeBSD 8.0).
Note that it's pulled in by a non-default option.
Approved by: infrastructure blanket (removal of redundant deps)
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/xarchive/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/archivers/xarchive/Makefile b/archivers/xarchive/Makefile index 28e5bf62ab87..2267c3f821d6 100644 --- a/archivers/xarchive/Makefile +++ b/archivers/xarchive/Makefile @@ -34,7 +34,6 @@ RAR_RUN_DEPENDS= rar:archivers/rar \ unrar:archivers/unrar RPM_RUN_DEPENDS= rpm2cpio:archivers/rpm2cpio \ rpm:archivers/rpm4 -ZIP_RUN_DEPENDS= zip:archivers/zip \ - unzip:archivers/unzip +ZIP_RUN_DEPENDS= zip:archivers/zip .include <bsd.port.mk> |