games/(warzone2100|pacmanarena): 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).
Note that it's pulled in by a non-default option.

Approved by:	infrastructure blanket (removal of redundant deps)
This commit is contained in:
John Marino 2016-08-04 03:55:47 +00:00
parent a24c0f3e9e
commit 280751be5e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=419589
2 changed files with 1 additions and 4 deletions

View File

@ -17,8 +17,6 @@ COMMENT= Pacman clone in full 3D with a few surprises
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
EXTRACT_DEPENDS= unzip:archivers/unzip
WRKSRC= ${WRKDIR}/${PORTNAME:S/arena//}
USE_SDL= mixer net sdl

View File

@ -11,8 +11,7 @@ COMMENT= Innovative 3D real-time strategy game
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= zip:archivers/zip \
unzip:archivers/unzip
BUILD_DEPENDS= zip:archivers/zip
LIB_DEPENDS= libphysfs.so:devel/physfs \
libpng.so:graphics/png \
libvorbis.so:audio/libvorbis \