Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Feb 2014 15:13:55 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r345863 - head/games/megaglest
Message-ID:  <201402241513.s1OFDtZX074306@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402241513.s1OFDtZX074306>