From a24c0f3e9e57e328948e780de743176ef8d26ba3 Mon Sep 17 00:00:00 2001 From: John Marino Date: Thu, 4 Aug 2016 03:52:50 +0000 Subject: [PATCH] games/inform: Remove redundant dependency on unzip USES=zip:infozip is set, so the explicit dependency is unnecessary. --- games/inform/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/games/inform/Makefile b/games/inform/Makefile index 862442cb5afe..9f4ee94a7bbe 100644 --- a/games/inform/Makefile +++ b/games/inform/Makefile @@ -15,8 +15,6 @@ EXTRACT_ONLY= inform${PORTVERSION:S/.//}_source.zip MAINTAINER= ports@FreeBSD.org COMMENT= Compiler for producing text adventure games -BUILD_DEPENDS= unzip:archivers/unzip - NO_WRKSUBDIR= yes USES= zip:infozip