diff options
author | marino <marino@FreeBSD.org> | 2016-08-04 11:11:30 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-08-04 11:11:30 +0800 |
commit | c7b52005e05475757e0d7766dbcd28050d2e76a9 (patch) | |
tree | 56f11c781bf9df71223c905d13ded9a0c68c833e /deskutils | |
parent | d2536be7551b9ea295431ed0841f5d0d6470a237 (diff) | |
download | freebsd-ports-gnome-c7b52005e05475757e0d7766dbcd28050d2e76a9.tar.gz freebsd-ports-gnome-c7b52005e05475757e0d7766dbcd28050d2e76a9.tar.zst freebsd-ports-gnome-c7b52005e05475757e0d7766dbcd28050d2e76a9.zip |
deskutils/pinot: 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).
Approved by: infrastructure blanket (removal of redundant deps)
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/pinot/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/deskutils/pinot/Makefile b/deskutils/pinot/Makefile index 25b5dce3e19e..411100a0b3b8 100644 --- a/deskutils/pinot/Makefile +++ b/deskutils/pinot/Makefile @@ -33,7 +33,6 @@ RUN_DEPENDS= update-mime-database:misc/shared-mime-info \ xdg-open:devel/xdg-utils \ ${LOCALBASE}/libexec/xpdf/pdftotext:graphics/xpdf \ catppt:textproc/catdoc \ - unzip:archivers/unzip \ unrtf:textproc/unrtf \ catdvi:print/catdvi \ bash:shells/bash |