diff options
author | snj <snj> | 2008-11-23 23:37:18 +0000 |
---|---|---|
committer | snj <snj> | 2008-11-23 23:37:18 +0000 |
commit | 6480d6d2fbd1b62579f8d01cb9346dbcf7b79965 (patch) | |
tree | b3b14cf60bf93df49e82d9d16a885f34c4009510 /converters | |
parent | 7d012396a53af78a70cc9a70096ae2d6478157ef (diff) | |
download | pkgsrc-6480d6d2fbd1b62579f8d01cb9346dbcf7b79965.tar.gz |
Note in PYTHON_VERSIONS_ACCEPTED that this is part of python24.
Diffstat (limited to 'converters')
-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 7703a513e78..7b7a89e83ec 100644 --- a/converters/py-cjkcodecs/Makefile +++ b/converters/py-cjkcodecs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2008/06/12 02:14:17 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2008/11/23 23:37:18 snj Exp $ # DISTNAME= cjkcodecs-1.1.1 @@ -15,7 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir PYDISTUTILSPKG= yes PYBINMODULE= yes -PYTHON_VERSIONS_ACCEPTED= 23 21 +PYTHON_VERSIONS_ACCEPTED= 23 21 # included in python>=2.4 post-install: @strip ${PREFIX}/${PYSITELIB}/cjkcodecs/*.so |