From c3e400e4b510b103506080548735edc48aa889d9 Mon Sep 17 00:00:00 2001 From: minskim Date: Wed, 23 Aug 2006 11:28:37 +0000 Subject: Do not build this package with python24, which already includes this. --- converters/py-cjkcodecs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'converters') 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 -- cgit v1.2.3