aboutsummaryrefslogtreecommitdiffstats
path: root/www/myghty
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2009-12-14 00:28:06 +0800
committermiwi <miwi@FreeBSD.org>2009-12-14 00:28:06 +0800
commit2e7574904f6fd41d752a11e38bf748b8a9776e8b (patch)
tree5fbdce11794735cc85ec5881bad03633c0a90d40 /www/myghty
parentddd12182a9e5d19085c5d45394f43f76e66c2996 (diff)
downloadfreebsd-ports-gnome-2e7574904f6fd41d752a11e38bf748b8a9776e8b.tar.gz
freebsd-ports-gnome-2e7574904f6fd41d752a11e38bf748b8a9776e8b.tar.zst
freebsd-ports-gnome-2e7574904f6fd41d752a11e38bf748b8a9776e8b.zip
- Get rip python 2.3+
Note: Python 2.3 is't longer supported and have a lot of security issues. Convert 2.3+ to yes/or 2.4/5+ With hat: portmgr
Diffstat (limited to 'www/myghty')
-rw-r--r--www/myghty/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/myghty/Makefile b/www/myghty/Makefile
index 163f9fee05d6..45819d353ec6 100644
--- a/www/myghty/Makefile
+++ b/www/myghty/Makefile
@@ -16,7 +16,7 @@ COMMENT= A Python based templating framework
BUILD_DEPENDS= easy_install:${PORTSDIR}/devel/py-setuptools
-USE_PYTHON= 2.3+
+USE_PYTHON= 2.5+
NO_BUILD= yes
PLIST_SUB= VERSION="${PORTVERSION}" PYVER="${PYTHON_VERSION:S/python//}"