diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-12 22:23:25 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-12 22:23:25 +0800 |
commit | e8370851fc92bc3f177041a5b1f9ce7f020dd095 (patch) | |
tree | 2f7ab92aa183f89b830cc2cd34ae38f4481709de /net-p2p/solidcoin | |
parent | 44e9f64a275cdae1f2dd4bd1a517f48f9e075a81 (diff) | |
download | freebsd-ports-gnome-e8370851fc92bc3f177041a5b1f9ce7f020dd095.tar.gz freebsd-ports-gnome-e8370851fc92bc3f177041a5b1f9ce7f020dd095.tar.zst freebsd-ports-gnome-e8370851fc92bc3f177041a5b1f9ce7f020dd095.zip |
Convert LIB_DEPENDS for ports depending on boost
Diffstat (limited to 'net-p2p/solidcoin')
-rw-r--r-- | net-p2p/solidcoin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/solidcoin/Makefile b/net-p2p/solidcoin/Makefile index c2c6db3ae8f1..f276a90ef4cf 100644 --- a/net-p2p/solidcoin/Makefile +++ b/net-p2p/solidcoin/Makefile @@ -15,7 +15,7 @@ COMMENT= Alternative Bitcoin peer-to-peer currency client LICENSE= MIT BUILD_DEPENDS= ${LOCALBASE}/include/boost/graph/parallel/algorithm.hpp:${PORTSDIR}/devel/boost-libs -LIB_DEPENDS= boost_date_time:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS= libboost_date_time.so:${PORTSDIR}/devel/boost-libs OPTIONS_DEFINE= WXGTK OPTIONS_DEFAULT= WXGTK |