diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2013-12-08 20:05:18 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2013-12-08 20:05:18 +0000 |
commit | 5d5ee809843baf7e3486c12365309f933aeb9536 (patch) | |
tree | 01c1fbc83bc951cdd4b86f6c38902c0511c53c01 | |
parent | - Build and install shared library [1] (diff) |
Fix typo in previous commit.
Reported by: kwm
Notes
Notes:
svn path=/head/; revision=335936
-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 |