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 --- net/mediaproxy/Makefile | 2 +- net/py-zsi/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'net') diff --git a/net/mediaproxy/Makefile b/net/mediaproxy/Makefile index d524db5a6ded..a7f0203378a5 100644 --- a/net/mediaproxy/Makefile +++ b/net/mediaproxy/Makefile @@ -19,7 +19,7 @@ USE_RC_SUBR= mediaproxy.sh WRKSRC= ${WRKDIR}/${PORTNAME} -USE_PYTHON= 2.3+ +USE_PYTHON= 2.4+ OPTIONS= ACCOUNTING "ACCOUNTING support (Requires MySQL)" off diff --git a/net/py-zsi/Makefile b/net/py-zsi/Makefile index b5946a33bd28..f6f2f40de118 100644 --- a/net/py-zsi/Makefile +++ b/net/py-zsi/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= ${PYXML} CONFLICTS= py-zsi-devel-2.* -USE_PYTHON= 2.3+ +USE_PYTHON= 2.5+ USE_PYDISTUTILS= easy_install PYDISTUTILS_PKGNAME= ZSI -- cgit