diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-07-10 22:03:19 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-07-10 22:03:19 +0800 |
commit | 78a94d58a8f51fb77c6d8081a0df439cf1168989 (patch) | |
tree | 8e23f457b3586d9e8b228952c78b40e082733ed5 /games | |
parent | 737c4ea258a9ccab1788bb68826c5692e926c84a (diff) | |
download | freebsd-ports-gnome-78a94d58a8f51fb77c6d8081a0df439cf1168989.tar.gz freebsd-ports-gnome-78a94d58a8f51fb77c6d8081a0df439cf1168989.tar.zst freebsd-ports-gnome-78a94d58a8f51fb77c6d8081a0df439cf1168989.zip |
- Remove unneeded dependency
Diffstat (limited to 'games')
-rw-r--r-- | games/warzone2100/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/warzone2100/Makefile b/games/warzone2100/Makefile index 49837dd19dc6..d77eb4947e9c 100644 --- a/games/warzone2100/Makefile +++ b/games/warzone2100/Makefile @@ -12,8 +12,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ - unzip:${PORTSDIR}/archivers/unzip \ - flex:${PORTSDIR}/textproc/flex + unzip:${PORTSDIR}/archivers/unzip LIB_DEPENDS= libphysfs.so:${PORTSDIR}/devel/physfs \ libpng.so:${PORTSDIR}/graphics/png \ libvorbis.so:${PORTSDIR}/audio/libvorbis \ |