diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2013-12-08 18:43:43 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2013-12-08 18:43:43 +0000 |
commit | 2f587c57be403278e934626cc3c06be83f4a0f17 (patch) | |
tree | fc13157fd2fa5bed689350d68a16f221c240d043 /games/battletanks | |
parent | 481c38126ffcedeb11e06b5c356f05cd209ba2e0 (diff) |
Notes
Diffstat (limited to 'games/battletanks')
-rw-r--r-- | games/battletanks/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/battletanks/Makefile b/games/battletanks/Makefile index efaec9e8de18..93a3a6721e7e 100644 --- a/games/battletanks/Makefile +++ b/games/battletanks/Makefile @@ -11,7 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Fast 2D tank arcade game with multiplayer and split-screen modes BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip -LIB_DEPENDS= sigc-2.0.0:${PORTSDIR}/devel/libsigc++20 \ +LIB_DEPENDS= libsigc-2.0:${PORTSDIR}/devel/libsigc++20 \ libexpat.so:${PORTSDIR}/textproc/expat2 \ libvorbisfile.so:${PORTSDIR}/audio/libvorbis \ libsmpeg.so:${PORTSDIR}/multimedia/smpeg |