diff options
author | gerald <gerald@FreeBSD.org> | 2013-12-09 02:43:43 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2013-12-09 02:43:43 +0800 |
commit | c20953fd6b08d3fac0a72133ddb0efd4746821cb (patch) | |
tree | fc13157fd2fa5bed689350d68a16f221c240d043 /games/battletanks/Makefile | |
parent | 178cd250673674cb1c88fe47d7e3ad964b361e2e (diff) | |
download | freebsd-ports-gnome-c20953fd6b08d3fac0a72133ddb0efd4746821cb.tar.gz freebsd-ports-gnome-c20953fd6b08d3fac0a72133ddb0efd4746821cb.tar.zst freebsd-ports-gnome-c20953fd6b08d3fac0a72133ddb0efd4746821cb.zip |
Also convert the dependency on devel/libsigc++20 to the new LIB_DEPENDS
format.
Reported by: mat, bsam
Diffstat (limited to 'games/battletanks/Makefile')
-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 |