svn commit: r419582 - head/deskutils/pinot
John Marino
marino at FreeBSD.org
Thu Aug 4 03:11:31 UTC 2016
Author: marino
Date: Thu Aug 4 03:11:30 2016
New Revision: 419582
URL: https://svnweb.freebsd.org/changeset/ports/419582
Log:
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)
Modified:
head/deskutils/pinot/Makefile
Modified: head/deskutils/pinot/Makefile
==============================================================================
--- head/deskutils/pinot/Makefile Thu Aug 4 03:00:26 2016 (r419581)
+++ head/deskutils/pinot/Makefile Thu Aug 4 03:11:30 2016 (r419582)
@@ -33,7 +33,6 @@ RUN_DEPENDS= update-mime-database:misc/s
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
More information about the svn-ports-head
mailing list