svn commit: r327554 - in head/net-p2p: libtorrent-rasterbar-16 libtorrent-rasterbar-16-python
Rusmir Dusko
nemysis at FreeBSD.org
Wed Sep 18 15:05:24 UTC 2013
Author: nemysis
Date: Wed Sep 18 15:05:23 2013
New Revision: 327554
URL: http://svnweb.freebsd.org/changeset/ports/327554
Log:
- Use the new format for LIB_DEPENDS
Approved by: wg/pawel (mentors)
Modified:
head/net-p2p/libtorrent-rasterbar-16-python/Makefile
head/net-p2p/libtorrent-rasterbar-16/Makefile
Modified: head/net-p2p/libtorrent-rasterbar-16-python/Makefile
==============================================================================
--- head/net-p2p/libtorrent-rasterbar-16-python/Makefile Wed Sep 18 14:48:06 2013 (r327553)
+++ head/net-p2p/libtorrent-rasterbar-16-python/Makefile Wed Sep 18 15:05:23 2013 (r327554)
@@ -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
Modified: head/net-p2p/libtorrent-rasterbar-16/Makefile
==============================================================================
--- head/net-p2p/libtorrent-rasterbar-16/Makefile Wed Sep 18 14:48:06 2013 (r327553)
+++ head/net-p2p/libtorrent-rasterbar-16/Makefile Wed Sep 18 15:05:23 2013 (r327554)
@@ -12,8 +12,8 @@ COMMENT?= C++ library implementing a Bit
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
More information about the svn-ports-all
mailing list