diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-12-13 16:28:06 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-12-13 16:28:06 +0000 |
commit | 5c8b7419b2fd183f0fd102640a7a0b95aa54385b (patch) | |
tree | cefda8b84dbb467ee912633aa47aed8747612f9e /www/trac-tocmacro/Makefile | |
parent | 74319c8f4fd6ad53b27ec67426e00167254738e0 (diff) | |
download | ports-5c8b7419b2fd183f0fd102640a7a0b95aa54385b.tar.gz ports-5c8b7419b2fd183f0fd102640a7a0b95aa54385b.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
Notes
Notes:
svn path=/head/; revision=245716
Diffstat (limited to 'www/trac-tocmacro/Makefile')
-rw-r--r-- | www/trac-tocmacro/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/trac-tocmacro/Makefile b/www/trac-tocmacro/Makefile index d3eac07a06cd..e2bec2ad0997 100644 --- a/www/trac-tocmacro/Makefile +++ b/www/trac-tocmacro/Makefile @@ -17,7 +17,7 @@ COMMENT= Table of contents macro RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac WRKSRC= ${WRKDIR}/${PORTNAME} -USE_PYTHON= 2.3+ +USE_PYTHON= yes USE_PYDISTUTILS= easy_install PYDISTUTILS_PKGNAME= TracTocMacro PLIST_SUB+= PORTVERSION=${PORTVERSION} PYTHONVERSION=${_PYTHON_VERSION} |