summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorNicola Vitale <nivit@FreeBSD.org>2010-11-18 22:56:47 +0000
committerNicola Vitale <nivit@FreeBSD.org>2010-11-18 22:56:47 +0000
commite77c6270021eb9e43e1bd41b22e13766476504a2 (patch)
treef74acda217b2d6ca2b33fa48d6f04e5c98af9c65 /www
parentBjorn Zeeb discovered that screen(1) was mangling ut_host by performing (diff)
- Change the minimal/required version of the dependency py-sqlite3 to ${PYTHON_VER}, otherwise the upgrade may fail
Notes
Notes: svn path=/head/; revision=264789
Diffstat (limited to 'www')
-rw-r--r--www/google-appengine/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/google-appengine/Makefile b/www/google-appengine/Makefile
index 7020a3867576..bae7a567264b 100644
--- a/www/google-appengine/Makefile
+++ b/www/google-appengine/Makefile
@@ -18,7 +18,7 @@ DISTFILES+= ${PORTNAME}-docs-${GAEDOCSREL}.zip
MAINTAINER= nivit@FreeBSD.org
COMMENT= Development tools for Google App Engine (SDK)
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=2.6.6_1:${PORTSDIR}/databases/py-sqlite3 \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=${PYTHON_VER}:${PORTSDIR}/databases/py-sqlite3 \
${PYTHON_PKGNAMEPREFIX}imaging>=1.1.6_2:${PORTSDIR}/graphics/py-imaging
MANUAL_PACKAGE_BUILD= uses Python 2.5