diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-12 10:53:38 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-12 10:53:38 +0000 |
commit | e467cb1db54df71170364ee0a9dca38a32b11b0b (patch) | |
tree | 6cb6f0da787d4b67708abc802fa739d71222bbdc /devel/libiqxmlrpc | |
parent | 8ae25a440e4a7875b74a89f412b5029292e6d6f1 (diff) |
Convert LIB_DEPENDS for ports depending on boost
Notes
Notes:
svn path=/head/; revision=336253
Diffstat (limited to 'devel/libiqxmlrpc')
-rw-r--r-- | devel/libiqxmlrpc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libiqxmlrpc/Makefile b/devel/libiqxmlrpc/Makefile index 70b0af5be3d5..17580af4c2f3 100644 --- a/devel/libiqxmlrpc/Makefile +++ b/devel/libiqxmlrpc/Makefile @@ -13,7 +13,7 @@ COMMENT= Free, object-oriented XML-RPC implementation written in C++ .if !defined(NOPORTDOCS) BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen .endif -LIB_DEPENDS= boost_thread:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs LICENSE= BSD |