aboutsummaryrefslogtreecommitdiff
path: root/www/trac-email2trac
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-12-13 16:28:06 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-12-13 16:28:06 +0000
commit5c8b7419b2fd183f0fd102640a7a0b95aa54385b (patch)
treecefda8b84dbb467ee912633aa47aed8747612f9e /www/trac-email2trac
parent74319c8f4fd6ad53b27ec67426e00167254738e0 (diff)
- 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
Notes
Notes: svn path=/head/; revision=245716
Diffstat (limited to 'www/trac-email2trac')
-rw-r--r--www/trac-email2trac/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/trac-email2trac/Makefile b/www/trac-email2trac/Makefile
index d42c0ba35672..0835765224ae 100644
--- a/www/trac-email2trac/Makefile
+++ b/www/trac-email2trac/Makefile
@@ -24,7 +24,7 @@ TRACUSER?= ${WWWOWN}
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-trac-user=${TRACUSER} --with-mta-user=${MTAUSER}
-USE_PYTHON= 2.3+
+USE_PYTHON= yes
PORTDOCS= AUTHORS COPYING ChangeLog INSTALL README