svn commit: r345863 - head/games/megaglest

Baptiste Daroussin bapt at FreeBSD.org
Mon Feb 24 15:13:55 UTC 2014


Author: bapt
Date: Mon Feb 24 15:13:55 2014
New Revision: 345863
URL: http://svnweb.freebsd.org/changeset/ports/345863
QAT: https://qat.redports.org/buildarchive/r345863/

Log:
  Use xerces-c3

Modified:
  head/games/megaglest/Makefile

Modified: head/games/megaglest/Makefile
==============================================================================
--- head/games/megaglest/Makefile	Mon Feb 24 15:10:12 2014	(r345862)
+++ head/games/megaglest/Makefile	Mon Feb 24 15:13:55 2014	(r345863)
@@ -3,6 +3,7 @@
 
 PORTNAME=	megaglest
 PORTVERSION=	3.9.0.4
+PORTREVISION=	1
 CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}_3.9.0/
 DISTNAME=	${PORTNAME}-source-${PORTVERSION}
@@ -13,7 +14,7 @@ COMMENT=	Open source 3D real-time strate
 LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl \
 		libjpeg.so:${PORTSDIR}/graphics/jpeg \
 		libpng15.so:${PORTSDIR}/graphics/png \
-		libxerces-c.so:${PORTSDIR}/textproc/xerces-c2 \
+		libxerces-c.so:${PORTSDIR}/textproc/xerces-c3 \
 		libftgl.so:${PORTSDIR}/graphics/ftgl \
 		libvorbis.so:${PORTSDIR}/audio/libvorbis
 BUILD_DEPENDS=	${LOCALBASE}/include/libircclient.h:${PORTSDIR}/irc/libircclient \


More information about the svn-ports-head mailing list