diff options
author | ahze <ahze@FreeBSD.org> | 2006-09-20 05:30:02 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-09-20 05:30:02 +0800 |
commit | 50da13214b1cdb25a39c7752e9d7cfaabaa79578 (patch) | |
tree | 25d0e51e9999b85ccf517ef9c384c357a7332ebf /net-p2p | |
parent | 5a91164ef0d55cc6fc5bb642ac5344b9f52e47f9 (diff) | |
download | freebsd-ports-gnome-50da13214b1cdb25a39c7752e9d7cfaabaa79578.tar.gz freebsd-ports-gnome-50da13214b1cdb25a39c7752e9d7cfaabaa79578.tar.zst freebsd-ports-gnome-50da13214b1cdb25a39c7752e9d7cfaabaa79578.zip |
- Depend on py-wxPython26-unicode instead of py-gtk2 for gui mode
- Bump PORTREVISION
PR: ports/102736
Approved by: maintainer (timeout 18days)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/py-bittorrent-devel/Makefile | 4 | ||||
-rw-r--r-- | net-p2p/py-bittorrent/Makefile | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/net-p2p/py-bittorrent-devel/Makefile b/net-p2p/py-bittorrent-devel/Makefile index 05a337c347c7..1410a3549a53 100644 --- a/net-p2p/py-bittorrent-devel/Makefile +++ b/net-p2p/py-bittorrent-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= BitTorrent PORTVERSION= 4.20.4 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES?= net-p2p python MASTER_SITES= http://download.bittorrent.com/dl/ @@ -50,7 +50,7 @@ WITHOUT_PSYCO= yes # required for GUI .ifndef(WITHOUT_GUI) -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/pygtk.py:${PORTSDIR}/x11-toolkits/py-gtk2 +RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/wx-2.6-gtk2-unicode/wxPython/__init__.py:${PORTSDIR}/x11-toolkits/py-wxPython26-unicode PLIST_FILES+= \ bin/bittorrent \ diff --git a/net-p2p/py-bittorrent/Makefile b/net-p2p/py-bittorrent/Makefile index 17007ab7d8ef..b0851687b52d 100644 --- a/net-p2p/py-bittorrent/Makefile +++ b/net-p2p/py-bittorrent/Makefile @@ -7,6 +7,7 @@ PORTNAME= BitTorrent PORTVERSION= 4.20.2 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES?= net-p2p python MASTER_SITES= http://download.bittorrent.com/dl/ @@ -46,7 +47,7 @@ WITHOUT_PSYCO= yes # required for GUI .ifndef(WITHOUT_GUI) -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/pygtk.py:${PORTSDIR}/x11-toolkits/py-gtk2 +RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/wx-2.6-gtk2-unicode/wxPython/__init__.py:${PORTSDIR}/x11-toolkits/py-wxPython26-unicode PLIST_FILES+= \ bin/bittorrent \ |