svn commit: r335936 - head/games/battletanks

Gerald Pfeifer gerald at FreeBSD.org
Sun Dec 8 20:05:19 UTC 2013


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


More information about the svn-ports-head mailing list