svn commit: r335918 - head/games/battletanks

Gerald Pfeifer gerald at FreeBSD.org
Sun Dec 8 18:43:44 UTC 2013


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 at 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


More information about the svn-ports-head mailing list