svn commit: r419573 - head/games/bygfoot

John Marino marino at FreeBSD.org
Thu Aug 4 01:51:27 UTC 2016


Author: marino
Date: Thu Aug  4 01:51:25 2016
New Revision: 419573
URL: https://svnweb.freebsd.org/changeset/ports/419573

Log:
  games/bygfoot: 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/games/bygfoot/Makefile

Modified: head/games/bygfoot/Makefile
==============================================================================
--- head/games/bygfoot/Makefile	Thu Aug  4 01:46:35 2016	(r419572)
+++ head/games/bygfoot/Makefile	Thu Aug  4 01:51:25 2016	(r419573)
@@ -15,8 +15,7 @@ LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 # needed to save/load games
-RUN_DEPENDS=	zip:archivers/zip \
-		unzip:archivers/unzip
+RUN_DEPENDS=	zip:archivers/zip
 
 USES=		gettext pkgconfig tar:bzip2
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list