diff options
author | nemysis <nemysis@FreeBSD.org> | 2013-11-06 20:18:29 +0800 |
---|---|---|
committer | nemysis <nemysis@FreeBSD.org> | 2013-11-06 20:18:29 +0800 |
commit | 3a20b5b0682e9947eb48933523f7af46206818f4 (patch) | |
tree | e2fadfeedb6a07886dc6f1d1519e7e039db38a7f /net-p2p/deluge | |
parent | b804405265e8689ae34eeb15c4c5707525c734bd (diff) | |
download | freebsd-ports-gnome-3a20b5b0682e9947eb48933523f7af46206818f4.tar.gz freebsd-ports-gnome-3a20b5b0682e9947eb48933523f7af46206818f4.tar.zst freebsd-ports-gnome-3a20b5b0682e9947eb48933523f7af46206818f4.zip |
- Fix net-p2p/libtorrent-rasterbar dependency due to recent commit
- Change net-p2p/Makefile
Approved by: bdrewery>
Diffstat (limited to 'net-p2p/deluge')
-rw-r--r-- | net-p2p/deluge/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/deluge/Makefile b/net-p2p/deluge/Makefile index b9a517db8736..c04153ae8cad 100644 --- a/net-p2p/deluge/Makefile +++ b/net-p2p/deluge/Makefile @@ -14,7 +14,7 @@ COMMENT= Bittorrent client using Python, GTK+2, and libtorrent-rasterbar LICENSE= GPLv3 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xdg>=0.18:${PORTSDIR}/devel/py-xdg \ - ${PYTHON_PKGNAMEPREFIX}libtorrent-rasterbar>=0.16.0:${PORTSDIR}/net-p2p/libtorrent-rasterbar-16-python \ + ${PYTHON_PKGNAMEPREFIX}libtorrent-rasterbar>=0:${PORTSDIR}/net-p2p/libtorrent-rasterbar-python \ ${PYTHON_PKGNAMEPREFIX}openssl>=0.8:${PORTSDIR}/security/py-openssl \ ${PYTHON_PKGNAMEPREFIX}chardet>=1.0.1:${PORTSDIR}/textproc/py-chardet \ ${PYTHON_PKGNAMEPREFIX}mako>=0.2.5:${PORTSDIR}/textproc/py-mako |