Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Aug 2016 03:52:51 +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: r419588 - head/games/inform
Message-ID:  <201608040352.u743qpve024632@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
 COMMENT=	Compiler for producing text adventure games
 
-BUILD_DEPENDS=	unzip:archivers/unzip
-
 NO_WRKSUBDIR=	yes
 
 USES=		zip:infozip



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