diff options
author | nemysis <nemysis@FreeBSD.org> | 2013-09-18 23:05:23 +0800 |
---|---|---|
committer | nemysis <nemysis@FreeBSD.org> | 2013-09-18 23:05:23 +0800 |
commit | 66492c07382b8fb988296bcf64391543a670f28c (patch) | |
tree | 09ea9d40e428a5f38d09d2f980b2e3d8731bd738 /net-p2p | |
parent | 9741960b5a24eb6e9ff19002b71518fcea8137b5 (diff) | |
download | freebsd-ports-gnome-66492c07382b8fb988296bcf64391543a670f28c.tar.gz freebsd-ports-gnome-66492c07382b8fb988296bcf64391543a670f28c.tar.zst freebsd-ports-gnome-66492c07382b8fb988296bcf64391543a670f28c.zip |
- Use the new format for LIB_DEPENDS
Approved by: wg/pawel (mentors)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/libtorrent-rasterbar-16-python/Makefile | 4 | ||||
-rw-r--r-- | net-p2p/libtorrent-rasterbar-16/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-p2p/libtorrent-rasterbar-16-python/Makefile b/net-p2p/libtorrent-rasterbar-16-python/Makefile index 88b079b1f621..87203a38b95a 100644 --- a/net-p2p/libtorrent-rasterbar-16-python/Makefile +++ b/net-p2p/libtorrent-rasterbar-16-python/Makefile @@ -6,8 +6,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} COMMENT= Python bindings for libtorrent-rasterbar-16 -LIB_DEPENDS= torrent-rasterbar:${PORTSDIR}/net-p2p/libtorrent-rasterbar-16 \ - boost_python:${PORTSDIR}/devel/boost-python-libs +LIB_DEPENDS= libtorrent-rasterbar.so:${PORTSDIR}/net-p2p/libtorrent-rasterbar-16 \ + libboost_python.so:${PORTSDIR}/devel/boost-python-libs MASTERDIR= ${.CURDIR}/../libtorrent-rasterbar-16 diff --git a/net-p2p/libtorrent-rasterbar-16/Makefile b/net-p2p/libtorrent-rasterbar-16/Makefile index af8c3ac28a6d..b344677383ce 100644 --- a/net-p2p/libtorrent-rasterbar-16/Makefile +++ b/net-p2p/libtorrent-rasterbar-16/Makefile @@ -12,8 +12,8 @@ COMMENT?= C++ library implementing a BitTorrent client LICENSE= BSD -LIB_DEPENDS+= boost_date_time:${PORTSDIR}/devel/boost-libs \ - GeoIP:${PORTSDIR}/net/GeoIP +LIB_DEPENDS+= libboost_date_time.so:${PORTSDIR}/devel/boost-libs \ + libGeoIP.so:${PORTSDIR}/net/GeoIP USES= pathfix pkgconfig iconv USE_OPENSSL= yes |