diff options
author | minskim <minskim@pkgsrc.org> | 2006-08-23 11:28:37 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-08-23 11:28:37 +0000 |
commit | e8eef53ed8597f5cde9670c30c5a3e26bed068d1 (patch) | |
tree | b15bed964a78ee01f73a6b6431be7c57f8634144 | |
parent | 534a4a920e9043cb72b6dff9f2f54059c6e034bb (diff) | |
download | pkgsrc-e8eef53ed8597f5cde9670c30c5a3e26bed068d1.tar.gz |
Do not build this package with python24, which already includes this.
-rw-r--r-- | converters/py-cjkcodecs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/py-cjkcodecs/Makefile b/converters/py-cjkcodecs/Makefile index 1c76a61c70a..11c22f60ffc 100644 --- a/converters/py-cjkcodecs/Makefile +++ b/converters/py-cjkcodecs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/06/04 12:13:46 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2006/08/23 11:28:37 minskim Exp $ # DISTNAME= cjkcodecs-1.1.1 @@ -13,7 +13,7 @@ COMMENT= Python Unicode codecs for Chinese, Japanese, and Korean encodings PYDISTUTILSPKG= yes PYBINMODULE= yes -PYTHON_VERSIONS_ACCEPTED= 24 23 22 21 +PYTHON_VERSIONS_ACCEPTED= 23 22 21 post-install: @strip ${PREFIX}/${PYSITELIB}/cjkcodecs/*.so |