diff options
Diffstat (limited to 'net/bittorrent/Makefile')
-rw-r--r-- | net/bittorrent/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/bittorrent/Makefile b/net/bittorrent/Makefile index 74b144c3ecf..5d50342e23d 100644 --- a/net/bittorrent/Makefile +++ b/net/bittorrent/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2014/05/09 07:37:13 wiz Exp $ +# $NetBSD: Makefile,v 1.48 2015/12/05 21:25:51 adam Exp $ .include "Makefile.common" @@ -28,7 +28,7 @@ SUBST_FILES.sha+= khashmir/utkhashmir.py SUBST_FILES.sha+= torrentinfo-console.py SUBST_SED.sha= -e "s/^from sha import .*/from hashlib import sha1 as sha/" -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 4.4.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 4.4.0 .include "../../lang/python/application.mk" .include "../../lang/python/distutils.mk" |