diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2013-12-03 23:14:35 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2013-12-03 23:14:35 +0000 |
commit | 706d2e10e4f82ed370b9510b960ebded8e9d34ee (patch) | |
tree | 1260d88b1d00f5bd2c6486207ceda55b0732db47 /games/battletanks/Makefile | |
parent | ae2f2f78172c1a4b370c45a020682a8effbce031 (diff) | |
download | ports-706d2e10e4f82ed370b9510b960ebded8e9d34ee.tar.gz ports-706d2e10e4f82ed370b9510b960ebded8e9d34ee.zip |
Notes
Diffstat (limited to 'games/battletanks/Makefile')
-rw-r--r-- | games/battletanks/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/battletanks/Makefile b/games/battletanks/Makefile index cffa2597b6ff..efaec9e8de18 100644 --- a/games/battletanks/Makefile +++ b/games/battletanks/Makefile @@ -12,9 +12,9 @@ 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 \ - expat.6:${PORTSDIR}/textproc/expat2 \ - vorbisfile.6:${PORTSDIR}/audio/libvorbis \ - smpeg.1:${PORTSDIR}/multimedia/smpeg + libexpat.so:${PORTSDIR}/textproc/expat2 \ + libvorbisfile.so:${PORTSDIR}/audio/libvorbis \ + libsmpeg.so:${PORTSDIR}/multimedia/smpeg USES= pkgconfig USE_BZIP2= yes |