1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

- Use the new format for LIB_DEPENDS

Approved by:	wg/pawel (mentors)
This commit is contained in:
Rusmir Dusko 2013-09-18 15:05:23 +00:00
parent 9d318ab07a
commit d0d528aab2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327554
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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