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/libtorrent-rasterbar-15 | |
parent | 44e9f64a275cdae1f2dd4bd1a517f48f9e075a81 (diff) |
Notes
Diffstat (limited to 'net-p2p/libtorrent-rasterbar-15')
-rw-r--r-- | net-p2p/libtorrent-rasterbar-15/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |