diff options
author | gahr <gahr@FreeBSD.org> | 2012-12-04 16:20:38 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2012-12-04 16:20:38 +0800 |
commit | 3809f7df5e1c6d339a04e73b9cfff10bc0ab9f10 (patch) | |
tree | e9c202d93635eff6877d205535f90bcd2a67dfc5 /textproc | |
parent | ce52ffbf25def1d93681c8d0122c38f471138f1d (diff) | |
download | freebsd-ports-gnome-3809f7df5e1c6d339a04e73b9cfff10bc0ab9f10.tar.gz freebsd-ports-gnome-3809f7df5e1c6d339a04e73b9cfff10bc0ab9f10.tar.zst freebsd-ports-gnome-3809f7df5e1c6d339a04e73b9cfff10bc0ab9f10.zip |
- Make sure we don't pick up the wrong xerces-c library version
Feature safe: yes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/zorba/Makefile | 2 |
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 \ |