diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-07-09 17:44:51 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-07-09 17:44:51 +0800 |
commit | 773f5ce91fe7b35db5d3a05c111dd01d70428901 (patch) | |
tree | 6cdd07aa0d7de80ca87a348bc0e2f030ac179126 /games/warzone2100 | |
parent | cb5191801c915df4492dc165c9e01afde7511305 (diff) | |
download | freebsd-ports-gnome-773f5ce91fe7b35db5d3a05c111dd01d70428901.tar.gz freebsd-ports-gnome-773f5ce91fe7b35db5d3a05c111dd01d70428901.tar.zst freebsd-ports-gnome-773f5ce91fe7b35db5d3a05c111dd01d70428901.zip |
- Remove unncecessary full path to binary from *_DEPENDS
Diffstat (limited to 'games/warzone2100')
-rw-r--r-- | games/warzone2100/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/warzone2100/Makefile b/games/warzone2100/Makefile index 635dbeccac3c..49837dd19dc6 100644 --- a/games/warzone2100/Makefile +++ b/games/warzone2100/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ unzip:${PORTSDIR}/archivers/unzip \ - ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex + flex:${PORTSDIR}/textproc/flex LIB_DEPENDS= libphysfs.so:${PORTSDIR}/devel/physfs \ libpng.so:${PORTSDIR}/graphics/png \ libvorbis.so:${PORTSDIR}/audio/libvorbis \ |