diff options
author | yuri <yuri@FreeBSD.org> | 2018-07-29 07:23:46 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-07-29 07:23:46 +0800 |
commit | 3fb4bb72afdd430ff5f0adbef879c81e77034744 (patch) | |
tree | 25168f4cb66df203000fabcf864822dffc40a925 /net-p2p | |
parent | ab0332d4406569b522bb18d391fa570a8c27bfbb (diff) | |
download | freebsd-ports-gnome-3fb4bb72afdd430ff5f0adbef879c81e77034744.tar.gz freebsd-ports-gnome-3fb4bb72afdd430ff5f0adbef879c81e77034744.tar.zst freebsd-ports-gnome-3fb4bb72afdd430ff5f0adbef879c81e77034744.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')
-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 |