summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2006-09-19 21:30:02 +0000
committerahze <ahze@FreeBSD.org>2006-09-19 21:30:02 +0000
commit50da13214b1cdb25a39c7752e9d7cfaabaa79578 (patch)
tree25d0e51e9999b85ccf517ef9c384c357a7332ebf
parent5a91164ef0d55cc6fc5bb642ac5344b9f52e47f9 (diff)
downloadFreeBSD-ports-50da13214b1cdb25a39c7752e9d7cfaabaa79578.zip
FreeBSD-ports-50da13214b1cdb25a39c7752e9d7cfaabaa79578.tar.gz
- Depend on py-wxPython26-unicode instead of py-gtk2 for gui mode
- Bump PORTREVISION PR: ports/102736 Approved by: maintainer (timeout 18days)
-rw-r--r--net-p2p/py-bittorrent-devel/Makefile4
-rw-r--r--net-p2p/py-bittorrent/Makefile3
2 files changed, 4 insertions, 3 deletions
diff --git a/net-p2p/py-bittorrent-devel/Makefile b/net-p2p/py-bittorrent-devel/Makefile
index 05a337c..1410a35 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 17007ab..b085168 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 \
OpenPOWER on IntegriCloud