diff options
author | marino <marino@FreeBSD.org> | 2016-08-04 09:35:43 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-08-04 09:35:43 +0800 |
commit | 4816b5d33c734a10dde033ea692ff5ae7f918119 (patch) | |
tree | a526fe9e5694d458c47246629b0778b70a6982d5 /graphics/cbview | |
parent | 24bba2102fa48e10b27a4c6808b92e8385c0cfa9 (diff) | |
download | freebsd-ports-gnome-4816b5d33c734a10dde033ea692ff5ae7f918119.tar.gz freebsd-ports-gnome-4816b5d33c734a10dde033ea692ff5ae7f918119.tar.zst freebsd-ports-gnome-4816b5d33c734a10dde033ea692ff5ae7f918119.zip |
graphics/cbview: 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).
Diffstat (limited to 'graphics/cbview')
-rw-r--r-- | graphics/cbview/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/cbview/Makefile b/graphics/cbview/Makefile index cf343cd5ba01..8dc47623f31d 100644 --- a/graphics/cbview/Makefile +++ b/graphics/cbview/Makefile @@ -13,7 +13,6 @@ COMMENT= Viewer/converter for CBR/CBZ comic book archives LICENSE= GPLv2 RUN_DEPENDS= unrar:archivers/unrar \ - unzip:archivers/unzip \ p5-Gtk2>=0:x11-toolkits/p5-Gtk2 \ p5-String-ShellQuote>=0:textproc/p5-String-ShellQuote |