diff options
author | wiz <wiz@pkgsrc.org> | 2014-05-09 07:36:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-05-09 07:36:53 +0000 |
commit | 6110b3907a630ba5f56311a5b07f346b35648583 (patch) | |
tree | 5e055948d6bf3908006c42aff77eac3ac020d198 /www/py-blosxom | |
parent | e10e726ca1e2e87e38883d59d9f2f27d9b31bbdb (diff) | |
download | pkgsrc-6110b3907a630ba5f56311a5b07f346b35648583.tar.gz |
Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
Diffstat (limited to 'www/py-blosxom')
-rw-r--r-- | www/py-blosxom/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/py-blosxom/Makefile b/www/py-blosxom/Makefile index 3f77625592b..034bdef060a 100644 --- a/www/py-blosxom/Makefile +++ b/www/py-blosxom/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2014/01/25 10:30:27 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2014/05/09 07:37:24 wiz Exp $ PYBLOXSOMVERS= 1.5.3 DISTNAME= pyblosxom-${PYBLOXSOMVERS} @@ -26,7 +26,7 @@ INSTALLATION_DIRS= ${DOC_SUBDIR} REPLACE_PYTHON= Pyblosxom/data/pyblosxom.cgi EGG_NAME= ${DISTNAME} -PYTHON_VERSIONS_INCOMPATIBLE= 33 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # There is a set of manual files in docs/source that could be # converted to HTML or PDF, and installed |