diff options
author | marino <marino@FreeBSD.org> | 2016-08-04 11:52:50 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-08-04 11:52:50 +0800 |
commit | 518ee3c2d4e4d4182eb6f11b1cd8144b023d4aea (patch) | |
tree | 7c70c00dd427fa67a15ac7223565803bd761bfb8 /games | |
parent | c53256ac919c04b1a031abb258e7683be1842a2e (diff) | |
download | freebsd-ports-gnome-518ee3c2d4e4d4182eb6f11b1cd8144b023d4aea.tar.gz freebsd-ports-gnome-518ee3c2d4e4d4182eb6f11b1cd8144b023d4aea.tar.zst freebsd-ports-gnome-518ee3c2d4e4d4182eb6f11b1cd8144b023d4aea.zip |
games/inform: Remove redundant dependency on unzip
USES=zip:infozip is set, so the explicit dependency is unnecessary.
Diffstat (limited to 'games')
-rw-r--r-- | games/inform/Makefile | 2 |
1 files changed, 0 insertions, 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 |