Date: Thu, 4 Aug 2016 03:45:16 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419586 - head/databases/virtuoso Message-ID: <201608040345.u743jG1S020984@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Thu Aug 4 03:45:16 2016 New Revision: 419586 URL: https://svnweb.freebsd.org/changeset/ports/419586 Log: databases/virtuoso: 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) Modified: head/databases/virtuoso/Makefile Modified: head/databases/virtuoso/Makefile ============================================================================== --- head/databases/virtuoso/Makefile Thu Aug 4 03:40:18 2016 (r419585) +++ head/databases/virtuoso/Makefile Thu Aug 4 03:45:16 2016 (r419586) @@ -19,8 +19,7 @@ BROKEN_powerpc64= Does not build BUILD_DEPENDS= gawk:lang/gawk\ htmldoc:textproc/htmldoc\ flex>2.5.4:textproc/flex\ - gperf>=3.0.3:devel/gperf\ - unzip:archivers/unzip + gperf>=3.0.3:devel/gperf LIB_DEPENDS= libxml2.so:textproc/libxml2 USES= gmake libtool readline uidfix
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608040345.u743jG1S020984>