diff options
Diffstat (limited to 'converters/py-jpCodecs/Makefile')
-rw-r--r-- | converters/py-jpCodecs/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/converters/py-jpCodecs/Makefile b/converters/py-jpCodecs/Makefile index f396cd8a1e6..9048c62ef2b 100644 --- a/converters/py-jpCodecs/Makefile +++ b/converters/py-jpCodecs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2012/10/03 00:20:16 asau Exp $ +# $NetBSD: Makefile,v 1.17 2014/01/25 10:29:58 wiz Exp $ DISTNAME= JapaneseCodecs-1.4.11 PKGNAME= ${PYPKGPREFIX}-jpCodecs-1.4.11 @@ -11,5 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.asahi-net.or.jp/~rd6t-kjym/python/ COMMENT= Python Unicode codecs for Japanese charsets +PYTHON_VERSIONS_INCOMPATIBLE= 33 + .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" |