Date: Thu, 6 Dec 2012 01:25:36 +0000 (UTC) From: Barbara Guida <bar@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308357 - head/editors/xmlcopyeditor Message-ID: <201212060125.qB61PaHL027361@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@gmail.com> +# Created by: José García Juanino <jjuanino@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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212060125.qB61PaHL027361>