Date: Sun, 8 Dec 2013 18:43:44 +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: r335918 - head/games/battletanks Message-ID: <201312081843.rB8IhiD3095607@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Sun Dec 8 18:43:43 2013 New Revision: 335918 URL: http://svnweb.freebsd.org/changeset/ports/335918 Log: Also convert the dependency on devel/libsigc++20 to the new LIB_DEPENDS format. Reported by: mat, bsam Modified: head/games/battletanks/Makefile Modified: head/games/battletanks/Makefile ============================================================================== --- head/games/battletanks/Makefile Sun Dec 8 18:34:35 2013 (r335917) +++ head/games/battletanks/Makefile Sun Dec 8 18:43:43 2013 (r335918) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312081843.rB8IhiD3095607>