diff options
Diffstat (limited to 'net/bittornado/Makefile')
-rw-r--r-- | net/bittornado/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/bittornado/Makefile b/net/bittornado/Makefile index 79a80bf9279..0e9579ec7e3 100644 --- a/net/bittornado/Makefile +++ b/net/bittornado/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2014/05/09 07:37:13 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2015/12/05 21:25:51 adam Exp $ .include "Makefile.common" @@ -9,7 +9,7 @@ CONFLICTS= bittorrent-[0-9]* DEPENDS+= ${PYPKGPREFIX}-cursespanel-[0-9]*:../../devel/py-cursespanel DEPENDS+= ${PYPKGPREFIX}-crypto>=2.0:../../security/py-crypto -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.3.18 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.3.18 EGG_NAME= BitTornado-T_${PKGVERSION_NOREV}._BitTornado_ |