summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2012-12-04 08:20:38 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2012-12-04 08:20:38 +0000
commitbb2ca244f3bc5883d144fba987e13c7e5514baea (patch)
treee9c202d93635eff6877d205535f90bcd2a67dfc5 /textproc
parent- Update to 1.20 [1] (diff)
- Make sure we don't pick up the wrong xerces-c library version
Feature safe: yes
Notes
Notes: svn path=/head/; revision=308206
Diffstat (limited to 'textproc')
-rw-r--r--textproc/zorba/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/zorba/Makefile b/textproc/zorba/Makefile
index fec73d34c8cb..f80a5af46c91 100644
--- a/textproc/zorba/Makefile
+++ b/textproc/zorba/Makefile
@@ -13,7 +13,7 @@ COMMENT= A general purpose C++ XQuery processor
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 \