diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2012-12-04 08:20:38 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2012-12-04 08:20:38 +0000 |
commit | bb2ca244f3bc5883d144fba987e13c7e5514baea (patch) | |
tree | e9c202d93635eff6877d205535f90bcd2a67dfc5 /textproc/zorba/Makefile | |
parent | 538eeddfed00bcb2c8ad4131b9b4756c763776b1 (diff) | |
download | ports-bb2ca244f3bc5883d144fba987e13c7e5514baea.tar.gz ports-bb2ca244f3bc5883d144fba987e13c7e5514baea.zip |
Notes
Diffstat (limited to 'textproc/zorba/Makefile')
-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 \ |