diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-08-29 10:50:46 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-08-29 10:50:46 +0000 |
commit | 514525b2e5b7deffdc6aa7ee4fcc2c4494e296b9 (patch) | |
tree | 0e568f37a9b1b11983db4d9db341df5548c830d0 | |
parent | 17b684d4f53bacaa31b691f7e627e939fb4cdff3 (diff) | |
download | freebsd-ports-514525b2e5b7deffdc6aa7ee4fcc2c4494e296b9.zip |
Convert to wxPython30 and modernize python
-rw-r--r-- | net-p2p/tribler/Makefile | 10 |
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 |