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:
parent
a24c0f3e9e
commit
280751be5e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=419589
@ -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
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user