svn commit: r308206 - head/textproc/zorba

Pietro Cerutti gahr at FreeBSD.org
Tue Dec 4 08:20:39 UTC 2012


Author: gahr
Date: Tue Dec  4 08:20:38 2012
New Revision: 308206
URL: http://svnweb.freebsd.org/changeset/ports/308206

Log:
  - Make sure we don't pick up the wrong xerces-c library version
  
  Feature safe:	yes

Modified:
  head/textproc/zorba/Makefile

Modified: head/textproc/zorba/Makefile
==============================================================================
--- head/textproc/zorba/Makefile	Tue Dec  4 07:34:52 2012	(r308205)
+++ head/textproc/zorba/Makefile	Tue Dec  4 08:20:38 2012	(r308206)
@@ -13,7 +13,7 @@ COMMENT=	A general purpose C++ XQuery pr
 LICENSE=	AL2
 
 LIB_DEPENDS=	execinfo:${PORTSDIR}/devel/libexecinfo \
-   		xerces-c:${PORTSDIR}/textproc/xerces-c3 \
+   		xerces-c.3:${PORTSDIR}/textproc/xerces-c3 \
 		icudata:${PORTSDIR}/devel/icu \
 		curl:${PORTSDIR}/ftp/curl \
 		tidy:${PORTSDIR}/www/tidy-lib \


More information about the svn-ports-head mailing list