From 1cd8e681dd931436c63a17360b5a799832e9f044 Mon Sep 17 00:00:00 2001 From: miwi Date: Sun, 13 Dec 2009 17:00:14 +0000 Subject: - 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 --- databases/py-sqlalchemy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'databases/py-sqlalchemy') diff --git a/databases/py-sqlalchemy/Makefile b/databases/py-sqlalchemy/Makefile index 9931ea319460..d84c3ea94ad9 100644 --- a/databases/py-sqlalchemy/Makefile +++ b/databases/py-sqlalchemy/Makefile @@ -17,7 +17,7 @@ DISTNAME= SQLAlchemy-${DISTVERSION} MAINTAINER= nivit@FreeBSD.org COMMENT= A Python SQL toolkit and Object Relational Mapper -USE_PYTHON= 2.3+ +USE_PYTHON= 2.4+ USE_PYDISTUTILS= easy_install PYDISTUTILS_PKGNAME= SQLAlchemy PYDISTUTILS_PKGVERSION= ${DISTVERSION} -- cgit