Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Aug 2016 01:35:43 +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: r419571 - head/graphics/cbview
Message-ID:  <201608040135.u741Zh7R070891@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608040135.u741Zh7R070891>