svn commit: r315197 - head/games/burrtools

Dirk Meyer dinoex at FreeBSD.org
Mon Mar 25 06:08:41 UTC 2013


Author: dinoex
Date: Mon Mar 25 06:08:41 2013
New Revision: 315197
URL: http://svnweb.freebsd.org/changeset/ports/315197

Log:
  - fix build after shlib bump of xmlwrapp

Modified:
  head/games/burrtools/Makefile

Modified: head/games/burrtools/Makefile
==============================================================================
--- head/games/burrtools/Makefile	Mon Mar 25 06:07:32 2013	(r315196)
+++ head/games/burrtools/Makefile	Mon Mar 25 06:08:41 2013	(r315197)
@@ -14,8 +14,8 @@ COMMENT=	A puzzle solver
 LICENSE=	GPLv3
 
 LIB_DEPENDS=	png15:${PORTSDIR}/graphics/png \
-		xmlwrapp.5:${PORTSDIR}/textproc/xmlwrapp \
-		fltk.1:${PORTSDIR}/x11-toolkits/fltk \
+		xmlwrapp:${PORTSDIR}/textproc/xmlwrapp \
+		fltk:${PORTSDIR}/x11-toolkits/fltk \
 		boost_thread:${PORTSDIR}/devel/boost-libs
 
 USE_XORG=	x11 xt xext xmu xi


More information about the svn-ports-all mailing list