diff options
-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 93a3a6721e7e..6debb13d6f24 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= libsigc-2.0:${PORTSDIR}/devel/libsigc++20 \ +LIB_DEPENDS= libsigc-2.0.so:${PORTSDIR}/devel/libsigc++20 \ libexpat.so:${PORTSDIR}/textproc/expat2 \ libvorbisfile.so:${PORTSDIR}/audio/libvorbis \ libsmpeg.so:${PORTSDIR}/multimedia/smpeg |