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/sharktorrent | |
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/sharktorrent')
-rw-r--r-- | net-p2p/sharktorrent/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/sharktorrent/Makefile b/net-p2p/sharktorrent/Makefile index ea715d9..074667c 100644 --- a/net-p2p/sharktorrent/Makefile +++ b/net-p2p/sharktorrent/Makefile @@ -7,14 +7,14 @@ PORTNAME= sharktorrent PORTVERSION= 0.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p MASTER_SITES= SF MAINTAINER= alepulver@FreeBSD.org COMMENT= C++ Bittorrent client using wxWidgets, libtorrent and boost -LIB_DEPENDS= boost_filesystem.3:${PORTSDIR}/devel/boost \ +LIB_DEPENDS= boost_filesystem.4:${PORTSDIR}/devel/boost \ torrent.1:${PORTSDIR}/net-p2p/rblibtorrent USE_WX= 2.6 |