summaryrefslogtreecommitdiff
path: root/www/py-clearsilver
diff options
context:
space:
mode:
authorepg <epg>2005-04-06 05:28:40 +0000
committerepg <epg>2005-04-06 05:28:40 +0000
commit4489cfa7aa8b234c7edf6b7a133df94dd0ab25b5 (patch)
tree3418726b09d5a55b8bce09376d764b7cd8f1892c /www/py-clearsilver
parent6443fab3e7c6fcf13319b9c29ecb68482c5a5aa0 (diff)
downloadpkgsrc-4489cfa7aa8b234c7edf6b7a133df94dd0ab25b5.tar.gz
Update to 0.9.14 and make this work with python 2.4.
Release Notes for Clearsilver 0.9.14 03/08/2005 ------------------------------------- bugfix release - one incompatible change: semi-public function cgi_html_ws_strip now takes a second argument to set the level of stripping - white space stripper now has two levels: 1 is the old debug level (which doesn't strip whitespace at the beginning of a line) and the second strips all duplicate whitespace - fix for cgi_register_strfuncs missing for ruby/perl modules - fix for color problems in generated images in imd with GD2
Diffstat (limited to 'www/py-clearsilver')
-rw-r--r--www/py-clearsilver/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/py-clearsilver/Makefile b/www/py-clearsilver/Makefile
index 61cca9fef12..cc1dc7638cd 100644
--- a/www/py-clearsilver/Makefile
+++ b/www/py-clearsilver/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/01/23 20:41:49 recht Exp $
+# $NetBSD: Makefile,v 1.4 2005/04/06 05:28:40 epg Exp $
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -9,11 +9,13 @@ DEPENDS+= ${CLEARSILVER_BASE}:../../www/clearsilver-base
CONFIGURE_ARGS+= --enable-python
CONFIGURE_ARGS+= --with-python=${PYTHONBIN}
+MAKE_FLAGS+= PYTHON_SITE=${LOCALBASE}/${PYSITELIB}
+
INSTALL_DIRS= ${WRKSRC}/python
PY_PATCHPLIST= YES
PYBINMODULE= YES
-PYTHON_VERSIONS_ACCEPTED= 23 22 21
+PYTHON_VERSIONS_ACCEPTED= 24 23 22 21
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"