diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-12 14:23:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-12 14:23:25 +0000 |
commit | e8370851fc92bc3f177041a5b1f9ce7f020dd095 (patch) | |
tree | 2f7ab92aa183f89b830cc2cd34ae38f4481709de /net-p2p | |
parent | 44e9f64a275cdae1f2dd4bd1a517f48f9e075a81 (diff) | |
download | ports-e8370851fc92bc3f177041a5b1f9ce7f020dd095.tar.gz ports-e8370851fc92bc3f177041a5b1f9ce7f020dd095.zip |
Convert LIB_DEPENDS for ports depending on boost
Notes
Notes:
svn path=/head/; revision=336263
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/libtorrent-rasterbar-15-python/Makefile | 4 | ||||
-rw-r--r-- | net-p2p/libtorrent-rasterbar-15/Makefile | 4 | ||||
-rw-r--r-- | net-p2p/litecoin/Makefile | 6 | ||||
-rw-r--r-- | net-p2p/solidcoin/Makefile | 2 |
4 files changed, 8 insertions, 8 deletions
diff --git a/net-p2p/libtorrent-rasterbar-15-python/Makefile b/net-p2p/libtorrent-rasterbar-15-python/Makefile index 77b84646bcfd..40341e49079a 100644 --- a/net-p2p/libtorrent-rasterbar-15-python/Makefile +++ b/net-p2p/libtorrent-rasterbar-15-python/Makefile @@ -11,8 +11,8 @@ EXPIRATION_DATE=2013-12-13 USE_PYTHON= yes -LIB_DEPENDS+= boost_python:${PORTSDIR}/devel/boost-python-libs \ - torrent-rasterbar.6:${PORTSDIR}/net-p2p/libtorrent-rasterbar-15 +LIB_DEPENDS+= libboost_python.so:${PORTSDIR}/devel/boost-python-libs \ + libtorrent-rasterbar.so.6:${PORTSDIR}/net-p2p/libtorrent-rasterbar-15 BUILD_WRKSRC= ${WRKSRC}/bindings/python INSTALL_WRKSRC= ${BUILD_WRKSRC} diff --git a/net-p2p/libtorrent-rasterbar-15/Makefile b/net-p2p/libtorrent-rasterbar-15/Makefile index 4472b9254c1a..feeeaedd2b5a 100644 --- a/net-p2p/libtorrent-rasterbar-15/Makefile +++ b/net-p2p/libtorrent-rasterbar-15/Makefile @@ -19,8 +19,8 @@ CONFLICTS+= libtorrent-rasterbar-0.1[46789].* NO_LATEST_LINK= yes BUILD_DEPENDS= pkgconf>0:${PORTSDIR}/devel/pkgconf -LIB_DEPENDS+= boost_date_time:${PORTSDIR}/devel/boost-libs \ - GeoIP.5:${PORTSDIR}/net/GeoIP +LIB_DEPENDS+= libboost_date_time.so:${PORTSDIR}/devel/boost-libs \ + libGeoIP.so:${PORTSDIR}/net/GeoIP USES= pathfix USE_OPENSSL= yes diff --git a/net-p2p/litecoin/Makefile b/net-p2p/litecoin/Makefile index 37765935e894..45e7dcaf1c40 100644 --- a/net-p2p/litecoin/Makefile +++ b/net-p2p/litecoin/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= LOCAL/swills \ MAINTAINER= swills@FreeBSD.org COMMENT= Virtual Peer-to-Peer Currency Software -LIB_DEPENDS= boost_date_time:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS= libboost_date_time.so:${PORTSDIR}/devel/boost-libs USE_GITHUB= yes GH_ACCOUNT= litecoin-project @@ -38,7 +38,7 @@ NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MUPNP} -LIB_DEPENDS+= miniupnpc:${PORTSDIR}/net/miniupnpc +LIB_DEPENDS+= libminiupnpc.so:${PORTSDIR}/net/miniupnpc QMAKE_USE_UPNP= 1 .else QMAKE_USE_UPNP= - @@ -57,7 +57,7 @@ MAKE_ARGS+= -C ${WRKSRC}/src USE_UPNP=${QMAKE_USE_UPNP} PLIST_FILES= bin/${BINARY} .if ${PORT_OPTIONS:MGUI} && !defined(WITHOUT_X11) && ${PORT_OPTIONS:MQRCODES} -LIB_DEPENDS+= qrencode:${PORTSDIR}/graphics/libqrencode +LIB_DEPENDS+= libqrencode.so:${PORTSDIR}/graphics/libqrencode QMAKE_USE_QRCODE=1 .else QMAKE_USE_QRCODE=0 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 |