svn commit: r419588 - head/games/inform
John Marino
marino at FreeBSD.org
Thu Aug 4 03:52:53 UTC 2016
Author: marino
Date: Thu Aug 4 03:52:50 2016
New Revision: 419588
URL: https://svnweb.freebsd.org/changeset/ports/419588
Log:
games/inform: Remove redundant dependency on unzip
USES=zip:infozip is set, so the explicit dependency is unnecessary.
Modified:
head/games/inform/Makefile
Modified: head/games/inform/Makefile
==============================================================================
--- head/games/inform/Makefile Thu Aug 4 03:49:10 2016 (r419587)
+++ head/games/inform/Makefile Thu Aug 4 03:52:50 2016 (r419588)
@@ -15,8 +15,6 @@ EXTRACT_ONLY= inform${PORTVERSION:S/.//}
MAINTAINER= ports at FreeBSD.org
COMMENT= Compiler for producing text adventure games
-BUILD_DEPENDS= unzip:archivers/unzip
-
NO_WRKSUBDIR= yes
USES= zip:infozip
More information about the svn-ports-head
mailing list