aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/libkolabxml
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-12-12 22:15:03 +0800
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-12-12 22:15:03 +0800
commit44e9f64a275cdae1f2dd4bd1a517f48f9e075a81 (patch)
treec4ea42245d0b053c1a31462b408d6990c18047e0 /textproc/libkolabxml
parent9c8b302188158c6ba8db4af427c7bcb6b2c9452c (diff)
downloadfreebsd-ports-gnome-44e9f64a275cdae1f2dd4bd1a517f48f9e075a81.tar.gz
freebsd-ports-gnome-44e9f64a275cdae1f2dd4bd1a517f48f9e075a81.tar.zst
freebsd-ports-gnome-44e9f64a275cdae1f2dd4bd1a517f48f9e075a81.zip
Convert LIB_DEPENDS for ports depending on boost
Diffstat (limited to 'textproc/libkolabxml')
-rw-r--r--textproc/libkolabxml/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/libkolabxml/Makefile b/textproc/libkolabxml/Makefile
index cea1ddd87391..43d2fc942404 100644
--- a/textproc/libkolabxml/Makefile
+++ b/textproc/libkolabxml/Makefile
@@ -15,9 +15,9 @@ COMMENT= Kolab XML Format Schema Definitions Library
LICENSE= LGPL3
BUILD_DEPENDS= xsdcxx:${PORTSDIR}/devel/xsd
-LIB_DEPENDS= boost_system:${PORTSDIR}/devel/boost-libs \
- curl:${PORTSDIR}/ftp/curl \
- xerces-c.3:${PORTSDIR}/textproc/xerces-c3
+LIB_DEPENDS= libboost_system.so:${PORTSDIR}/devel/boost-libs \
+ libcurl.so:${PORTSDIR}/ftp/curl \
+ libxerces-c.so.3:${PORTSDIR}/textproc/xerces-c3
# TODO: Conditionally enable the bindings based on OPTIONs.
CMAKE_ARGS= -DBUILD_TESTS:BOOL=OFF \