diff options
author | Rene Ladan <rene@FreeBSD.org> | 2014-01-13 21:00:02 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2014-01-13 21:00:02 +0000 |
commit | 50f8eaece13e14735ce71c2c22f8aac07f7cd50a (patch) | |
tree | 15cdc9de8e1435e170938ead4c0c26dfe041a7e6 /net-p2p | |
parent | f7c433d7169aa1bbe61414cf420ec27bbb3160d3 (diff) |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/deluge/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/tribler/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/deluge/Makefile b/net-p2p/deluge/Makefile index 0761ef9cc5e3..bd0e3a0b1209 100644 --- a/net-p2p/deluge/Makefile +++ b/net-p2p/deluge/Makefile @@ -27,7 +27,7 @@ USE_XZ= yes WANT_GNOME= yes USES= gettext twisted:run,web USE_OPENSSL= yes -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_PYDISTUTILS= easy_install PYDISTUTILS_BUILD_TARGET= build bdist_egg diff --git a/net-p2p/tribler/Makefile b/net-p2p/tribler/Makefile index 36f919d1519a..3e6ad3c592f4 100644 --- a/net-p2p/tribler/Makefile +++ b/net-p2p/tribler/Makefile @@ -29,7 +29,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ WRKSRC= ${WRKDIR}/${APSW_DISTNAME} -USE_PYTHON= 2.5-2.7 +USE_PYTHON= 2 USE_WX= 2.8+ WX_COMPS= python WX_UNICODE= yes |