svn commit: r419571 - head/graphics/cbview

John Marino marino at FreeBSD.org
Thu Aug 4 01:35:44 UTC 2016


Author: marino
Date: Thu Aug  4 01:35:43 2016
New Revision: 419571
URL: https://svnweb.freebsd.org/changeset/ports/419571

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

Modified:
  head/graphics/cbview/Makefile

Modified: head/graphics/cbview/Makefile
==============================================================================
--- head/graphics/cbview/Makefile	Thu Aug  4 00:54:27 2016	(r419570)
+++ head/graphics/cbview/Makefile	Thu Aug  4 01:35:43 2016	(r419571)
@@ -13,7 +13,6 @@ COMMENT=	Viewer/converter for CBR/CBZ co
 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
 


More information about the svn-ports-all mailing list