svn commit: r419577 - head/security/i2p

John Marino marino at FreeBSD.org
Thu Aug 4 02:40:49 UTC 2016


Author: marino
Date: Thu Aug  4 02:40:47 2016
New Revision: 419577
URL: https://svnweb.freebsd.org/changeset/ports/419577

Log:
  security/i2p: 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).

Modified:
  head/security/i2p/Makefile

Modified: head/security/i2p/Makefile
==============================================================================
--- head/security/i2p/Makefile	Thu Aug  4 02:35:43 2016	(r419576)
+++ head/security/i2p/Makefile	Thu Aug  4 02:40:47 2016	(r419577)
@@ -24,7 +24,6 @@ LICENSE_DISTFILES=	i2psource_${PORTVERSI
 
 BUILD_DEPENDS=	${LOCALBASE}/lib/libgmp.a:math/gmp
 LIB_DEPENDS=	libiconv.so:converters/libiconv
-RUN_DEPENDS=	unzip:archivers/unzip
 
 ONLY_FOR_ARCHS=	i386 amd64
 ONLY_FOR_ARCHS_REASON=	i2p libwrapper.so library binary only available for i386 and amd64


More information about the svn-ports-all mailing list