svn commit: r308357 - head/editors/xmlcopyeditor

Barbara Guida bar at FreeBSD.org
Thu Dec 6 01:25:36 UTC 2012


Author: bar
Date: Thu Dec  6 01:25:35 2012
New Revision: 308357
URL: http://svnweb.freebsd.org/changeset/ports/308357

Log:
  - Restore ABI version for xerces-c to make sure xerces-c3 is picked
  
  Submitted by:	jhale
  Approved by:	flo (mentor)
  Feature safe:	yes

Modified:
  head/editors/xmlcopyeditor/Makefile

Modified: head/editors/xmlcopyeditor/Makefile
==============================================================================
--- head/editors/xmlcopyeditor/Makefile	Thu Dec  6 00:02:45 2012	(r308356)
+++ head/editors/xmlcopyeditor/Makefile	Thu Dec  6 01:25:35 2012	(r308357)
@@ -1,4 +1,4 @@
-# Created by:	José García Juanino <jjuanino at gmail.com>
+# Created by: José García Juanino <jjuanino at gmail.com>
 # $FreeBSD$
 
 PORTNAME=	xmlcopyeditor
@@ -24,7 +24,7 @@ USE_DOS2UNIX=	src/templates/DTD.dtd \
 		src/rng/xhtml.rng
 
 BUILD_DEPENDS+=	${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs
-LIB_DEPENDS+=	xerces-c:${PORTSDIR}/textproc/xerces-c3 \
+LIB_DEPENDS=	xerces-c.3:${PORTSDIR}/textproc/xerces-c3 \
 		xslt:${PORTSDIR}/textproc/libxslt \
 		aspell:${PORTSDIR}/textproc/aspell \
 		pcre:${PORTSDIR}/devel/pcre \


More information about the svn-ports-all mailing list