View | Details | Raw Unified | Return to bug 102736
Collapse All | Expand All

(-)Makefile (-1 / +2 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	BitTorrent
8
PORTNAME=	BitTorrent
9
PORTVERSION=	4.20.2
9
PORTVERSION=	4.20.2
10
PORTREVISION=	1
10
PORTEPOCH=	1
11
PORTEPOCH=	1
11
CATEGORIES?=	net-p2p python
12
CATEGORIES?=	net-p2p python
12
MASTER_SITES=	http://download.bittorrent.com/dl/
13
MASTER_SITES=	http://download.bittorrent.com/dl/
Lines 46-52 Link Here
46
47
47
# required for GUI
48
# required for GUI
48
.ifndef(WITHOUT_GUI)
49
.ifndef(WITHOUT_GUI)
49
RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/pygtk.py:${PORTSDIR}/x11-toolkits/py-gtk2
50
RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/wx-2.6-gtk2-unicode/wxPython/__init__.py:${PORTSDIR}/x11-toolkits/py-wxPython26-unicode
50
51
51
PLIST_FILES+=	\
52
PLIST_FILES+=	\
52
		bin/bittorrent \
53
		bin/bittorrent \

Return to bug 102736