aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-08-29 10:50:46 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-08-29 10:50:46 +0000
commit514525b2e5b7deffdc6aa7ee4fcc2c4494e296b9 (patch)
tree0e568f37a9b1b11983db4d9db341df5548c830d0 /net-p2p
parent17b684d4f53bacaa31b691f7e627e939fb4cdff3 (diff)
downloadports-514525b2e5b7deffdc6aa7ee4fcc2c4494e296b9.tar.gz
ports-514525b2e5b7deffdc6aa7ee4fcc2c4494e296b9.zip
Convert to wxPython30 and modernize python
Notes
Notes: svn path=/head/; revision=366500
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/tribler/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/net-p2p/tribler/Makefile b/net-p2p/tribler/Makefile
index 222cf7dca3d7..5b48176b6d78 100644
--- a/net-p2p/tribler/Makefile
+++ b/net-p2p/tribler/Makefile
@@ -3,7 +3,7 @@
PORTNAME= tribler
PORTVERSION= 6.0.3
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= net-p2p
#MASTER_SITES= http://dl.tribler.org/
MASTER_SITES= GENTOO/distfiles \
@@ -29,14 +29,14 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \
WRKSRC= ${WRKDIR}/${APSW_DISTNAME}
-USE_PYTHON= 2
-USE_WX= 2.8+
+USES= python:2
+USE_PYTHON= distutils
+PYDISTUTILS_EGGINFO= ${APSW_DISTNAME:S/-r/_r/}-py${PYTHON_VER}.egg-info
+USE_WX= 3.0
WX_COMPS= python
WX_UNICODE= yes
USE_SQLITE= 3
-USE_PYDISTUTILS=yes
-PYDISTUTILS_EGGINFO= ${APSW_DISTNAME:S/-r/_r/}-py${PYTHON_VER}.egg-info
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib