diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-01-31 13:38:42 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-01-31 13:38:42 +0000 |
commit | f5f6cd6d9b51abcfaf7d5a03d342e91dc742074d (patch) | |
tree | 384a6fe89b7bf8bffcc478f3462d538eea755790 /net-p2p/libtorrent-rasterbar-16-python | |
parent | Add a not about boost update (diff) |
Chase boost update
Notes
Notes:
svn path=/head/; revision=311310
Diffstat (limited to 'net-p2p/libtorrent-rasterbar-16-python')
-rw-r--r-- | net-p2p/libtorrent-rasterbar-16-python/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-p2p/libtorrent-rasterbar-16-python/Makefile b/net-p2p/libtorrent-rasterbar-16-python/Makefile index c56d4eadb4d3..e2b73eb72914 100644 --- a/net-p2p/libtorrent-rasterbar-16-python/Makefile +++ b/net-p2p/libtorrent-rasterbar-16-python/Makefile @@ -1,5 +1,7 @@ # $FreeBSD$ +PORTREVISION= 1 + PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} COMMENT= Python bindings for libtorrent-rasterbar-16 @@ -7,7 +9,7 @@ CATEGORIES= net-p2p python USE_PYTHON= yes -LIB_DEPENDS+= boost_python.4:${PORTSDIR}/devel/boost-python-libs \ +LIB_DEPENDS+= boost_python:${PORTSDIR}/devel/boost-python-libs \ torrent-rasterbar.7:${PORTSDIR}/net-p2p/libtorrent-rasterbar-16 BUILD_WRKSRC= ${WRKSRC}/bindings/python |