From 2e7574904f6fd41d752a11e38bf748b8a9776e8b Mon Sep 17 00:00:00 2001 From: miwi Date: Sun, 13 Dec 2009 16:28:06 +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 --- www/trac-wikinotification/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/trac-wikinotification') diff --git a/www/trac-wikinotification/Makefile b/www/trac-wikinotification/Makefile index 08807d99e8a0..6a1ce837499c 100644 --- a/www/trac-wikinotification/Makefile +++ b/www/trac-wikinotification/Makefile @@ -19,7 +19,7 @@ COMMENT= Allow email notifications on wiki page changes RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac WRKSRC= ${WRKDIR}/${PORTNAME} -USE_PYTHON= 2.3+ +USE_PYTHON= yes USE_PYDISTUTILS=easy_install PYDISTUTILS_PKGNAME= TracWikiNotification PYDISTUTILS_PKGVERSION= ${PORTVERSION:S/p/rc/} -- cgit