aboutsummaryrefslogtreecommitdiff
path: root/games/warzone2100
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-08-04 03:55:47 +0000
committerJohn Marino <marino@FreeBSD.org>2016-08-04 03:55:47 +0000
commit280751be5e2074a07108a40fe5d94a488b3a467b (patch)
treec1c98a4a548194415ffc988f50580846565569fa /games/warzone2100
parenta24c0f3e9e57e328948e780de743176ef8d26ba3 (diff)
downloadports-280751be5e2074a07108a40fe5d94a488b3a467b.tar.gz
ports-280751be5e2074a07108a40fe5d94a488b3a467b.zip
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)
Notes
Notes: svn path=/head/; revision=419589
Diffstat (limited to 'games/warzone2100')
-rw-r--r--games/warzone2100/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/games/warzone2100/Makefile b/games/warzone2100/Makefile
index a432b2996f5e..1ce3c89216c2 100644
--- a/games/warzone2100/Makefile
+++ b/games/warzone2100/Makefile
@@ -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 \