diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2018-07-18 17:37:45 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2018-07-18 17:37:45 +0800 |
commit | fbecea320a8a1be9f1662e0186787728d8d0faf2 (patch) | |
tree | 329857c145bdbbb81ad165a7dba0676c0b199c70 /net-p2p | |
parent | a3ced6bc525bbeafcf34a0a5287425cee49c414a (diff) | |
download | freebsd-ports-gnome-fbecea320a8a1be9f1662e0186787728d8d0faf2.tar.gz freebsd-ports-gnome-fbecea320a8a1be9f1662e0186787728d8d0faf2.tar.zst freebsd-ports-gnome-fbecea320a8a1be9f1662e0186787728d8d0faf2.zip |
- Pet portlint
- Update WWW
Approved by: portmgr blanket
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/deluge/Makefile | 3 | ||||
-rw-r--r-- | net-p2p/deluge/pkg-descr | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/net-p2p/deluge/Makefile b/net-p2p/deluge/Makefile index d5a160312247..b0cbf3c5a8ad 100644 --- a/net-p2p/deluge/Makefile +++ b/net-p2p/deluge/Makefile @@ -16,7 +16,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0.83:devel/py-dbus@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}notify>=0.1.1:devel/py-notify@${PY_FLAVOR} \ xdg-utils>=1.0.2:devel/xdg-utils \ deluge:net-p2p/deluge-cli -USE_GNOME= librsvg2 pygtk2 + USES= python:-2.7 metaport +USE_GNOME= librsvg2 pygtk2 .include <bsd.port.mk> diff --git a/net-p2p/deluge/pkg-descr b/net-p2p/deluge/pkg-descr index e006cdc2016c..ad6fbdce7d14 100644 --- a/net-p2p/deluge/pkg-descr +++ b/net-p2p/deluge/pkg-descr @@ -5,4 +5,4 @@ desktop environments such as Gnome and Xfce. Deluge uses Rasterbar's version of libtorrent as the main ingredient in its bittorrent protocol backend. -WWW: http://deluge-torrent.org/ +WWW: https://deluge-torrent.org/ |