diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-07-29 07:23:46 +0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-07-29 07:23:46 +0800 |
commit | d1478c8b60b7f305479caab06672f707d405a0f4 (patch) | |
tree | 25168f4cb66df203000fabcf864822dffc40a925 /net-p2p/deluge | |
parent | 4e72a34fd797102fc73708e4cf1b5bd9bbf093cd (diff) | |
download | freebsd-ports-gnome-d1478c8b60b7f305479caab06672f707d405a0f4.tar.gz freebsd-ports-gnome-d1478c8b60b7f305479caab06672f707d405a0f4.tar.zst freebsd-ports-gnome-d1478c8b60b7f305479caab06672f707d405a0f4.zip |
Replace explicit devel/py-game dependencies with ${PYGAME} in 7 ports
This is to simplify the pending rename devel/py-game -> devel/py-pygame in bug#230115.
PR: 230118 230119
Approved by: portmgr
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 b0cbf3c5a8ad..8369e26a71f3 100644 --- a/net-p2p/deluge/Makefile +++ b/net-p2p/deluge/Makefile @@ -12,7 +12,7 @@ COMMENT= Bittorrent client using Python, GTK2, and libtorrent-rasterbar LICENSE= GPLv3 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0.83:devel/py-dbus@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}game>=1.8.1:devel/py-game@${PY_FLAVOR} \ + ${PYGAME} \ ${PYTHON_PKGNAMEPREFIX}notify>=0.1.1:devel/py-notify@${PY_FLAVOR} \ xdg-utils>=1.0.2:devel/xdg-utils \ deluge:net-p2p/deluge-cli |