aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrm <rm@FreeBSD.org>2012-05-14 03:03:40 +0800
committerrm <rm@FreeBSD.org>2012-05-14 03:03:40 +0800
commite6a73d5f64f074835d5a90116f41aad7114b5647 (patch)
tree20550a0a77b64bd52f1488f4110cb4fe22b13da9
parentee6b2dbf30593d44f31ee6a1ddc0914137b15ca1 (diff)
downloadfreebsd-ports-gnome-e6a73d5f64f074835d5a90116f41aad7114b5647.tar.gz
freebsd-ports-gnome-e6a73d5f64f074835d5a90116f41aad7114b5647.tar.zst
freebsd-ports-gnome-e6a73d5f64f074835d5a90116f41aad7114b5647.zip
- strict python version to 2.x only
- convert to using PYTHON_PKGNAMEPREFIX in dependency entry
-rw-r--r--www/jtoolkit/Makefile4
-rw-r--r--www/jtoolkit/pkg-descr2
2 files changed, 3 insertions, 3 deletions
diff --git a/www/jtoolkit/Makefile b/www/jtoolkit/Makefile
index a59a231dfaf1..c1e676b793d7 100644
--- a/www/jtoolkit/Makefile
+++ b/www/jtoolkit/Makefile
@@ -14,11 +14,11 @@ MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Webapp framework with modpython-based and stand-alone modes
-RUN_DEPENDS= py*-kid>=0.9.5:${PORTSDIR}/devel/py-kid
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}kid>=0.9.5:${PORTSDIR}/devel/py-kid
# Has optional dependencies on database engines
# Can optionally use py-lucene (on i386)
-USE_PYTHON= 2.5+
+USE_PYTHON= -2.7
USE_PYDISTUTILS=yes
PYSETUP= ${PORTNAME}Setup.py
diff --git a/www/jtoolkit/pkg-descr b/www/jtoolkit/pkg-descr
index 7bffb7dc9442..c549f0f82e96 100644
--- a/www/jtoolkit/pkg-descr
+++ b/www/jtoolkit/pkg-descr
@@ -7,4 +7,4 @@ pages (for which there are templating solutions). Pages can be produced
using a variety of widgets. It handles sessions and database
connections (and multi-database portability).
-WWW: http://jtoolkit.sourceforge.net/
+WWW: http://jtoolkit.sourceforge.net/