diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2014-12-30 13:38:38 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2014-12-30 13:38:38 +0000 |
commit | 8a3cd49b7a8d8e4dcbd048de3e20a9625b055d75 (patch) | |
tree | 95918cd8b6df3076e6563765ef84ef940268adbb /net-p2p/deluge | |
parent | 31b936dfd5b3eb402846132b36ff3a3329f792f9 (diff) | |
download | ports-8a3cd49b7a8d8e4dcbd048de3e20a9625b055d75.tar.gz ports-8a3cd49b7a8d8e4dcbd048de3e20a9625b055d75.zip |
Notes
Diffstat (limited to 'net-p2p/deluge')
-rw-r--r-- | net-p2p/deluge/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-p2p/deluge/Makefile b/net-p2p/deluge/Makefile index 7001133772dc..173ab95e3038 100644 --- a/net-p2p/deluge/Makefile +++ b/net-p2p/deluge/Makefile @@ -2,10 +2,10 @@ PORTNAME= deluge PORTVERSION= 1.3.11 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net-p2p python MASTER_SITES= http://download.deluge-torrent.org/source/ -EXTRACT_SUFX= .tar.lzma MAINTAINER= rm@FreeBSD.org COMMENT= Bittorrent client using Python, GTK2, and libtorrent-rasterbar @@ -22,7 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xdg>=0.18:${PORTSDIR}/devel/py-xdg \ USE_RC_SUBR= deluged deluge_web SUB_LIST+= PYTHON_CMD=${PYTHON_CMD} -USES= gettext tar:xz python:2 twisted:run,web +USES= gettext tar:lzma python:2 twisted:run,web USE_PYTHON= autoplist distutils USE_OPENSSL= yes WANT_GNOME= yes @@ -41,7 +41,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dbus>=0.83:${PORTSDIR}/devel/py-dbus \ ${PYTHON_PKGNAMEPREFIX}notify>=0.1.1:${PORTSDIR}/devel/py-notify \ xdg-utils>=1.0.2:${PORTSDIR}/devel/xdg-utils -USE_GNOME+= librsvg2 pygtk2 +USE_GNOME+= librsvg2 pygnome2 pygtk2 USES+= desktop-file-utils INSTALLS_ICONS= yes .endif |