diff options
author | barner <barner@FreeBSD.org> | 2007-07-04 15:10:58 +0000 |
---|---|---|
committer | barner <barner@FreeBSD.org> | 2007-07-04 15:10:58 +0000 |
commit | bf1a3874aa1c460365e3e2ec3861fb30d88ce983 (patch) | |
tree | 1959b096418c744ba154c2fbbfdbf7055a654918 /net-p2p/deluge05/Makefile | |
parent | f68596762687c06b29aade20be0bfa9330b5ee81 (diff) | |
download | FreeBSD-ports-bf1a3874aa1c460365e3e2ec3861fb30d88ce983.zip FreeBSD-ports-bf1a3874aa1c460365e3e2ec3861fb30d88ce983.tar.gz |
- Bump boost shared library version to 4
- Bump PORTREVISION
Diffstat (limited to 'net-p2p/deluge05/Makefile')
-rw-r--r-- | net-p2p/deluge05/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/deluge05/Makefile b/net-p2p/deluge05/Makefile index 751d784..4d3ef47 100644 --- a/net-p2p/deluge05/Makefile +++ b/net-p2p/deluge05/Makefile @@ -7,13 +7,14 @@ PORTNAME= deluge PORTVERSION= 0.5.1.1 +PORTREVISION= 1 CATEGORIES= net-p2p python MASTER_SITES= http://download.deluge-torrent.org/stable/ MAINTAINER= mezz@FreeBSD.org COMMENT= A Bittorrent client, using Python, GTK+2 and Rasterbar libtorrent -LIB_DEPENDS= boost_thread.3:${PORTSDIR}/devel/boost +LIB_DEPENDS= boost_thread.4:${PORTSDIR}/devel/boost RUN_DEPENDS= ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg \ ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus |