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:
parent
9d318ab07a
commit
d0d528aab2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327554
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user