Date: Sun, 8 Dec 2013 20:05:19 +0000 (UTC) From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335936 - head/games/battletanks Message-ID: <201312082005.rB8K5J2A027812@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Sun Dec 8 20:05:18 2013 New Revision: 335936 URL: http://svnweb.freebsd.org/changeset/ports/335936 Log: Fix typo in previous commit. Reported by: kwm Modified: head/games/battletanks/Makefile Modified: head/games/battletanks/Makefile ============================================================================== --- head/games/battletanks/Makefile Sun Dec 8 19:57:27 2013 (r335935) +++ head/games/battletanks/Makefile Sun Dec 8 20:05:18 2013 (r335936) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312082005.rB8K5J2A027812>