diff options
author | miwi <miwi@FreeBSD.org> | 2009-12-14 00:28:06 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-12-14 00:28:06 +0800 |
commit | 2e7574904f6fd41d752a11e38bf748b8a9776e8b (patch) | |
tree | 5fbdce11794735cc85ec5881bad03633c0a90d40 /www/trac-tweakui | |
parent | ddd12182a9e5d19085c5d45394f43f76e66c2996 (diff) | |
download | freebsd-ports-gnome-2e7574904f6fd41d752a11e38bf748b8a9776e8b.tar.gz freebsd-ports-gnome-2e7574904f6fd41d752a11e38bf748b8a9776e8b.tar.zst freebsd-ports-gnome-2e7574904f6fd41d752a11e38bf748b8a9776e8b.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
Diffstat (limited to 'www/trac-tweakui')
-rw-r--r-- | www/trac-tweakui/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/trac-tweakui/Makefile b/www/trac-tweakui/Makefile index ad6fd7419751..655df61b93a8 100644 --- a/www/trac-tweakui/Makefile +++ b/www/trac-tweakui/Makefile @@ -27,7 +27,7 @@ EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME} SUB_FILES= pkg-message WRKSRC= ${WRKDIR}/trac${PORTNAME}plugin/0.11 -USE_PYTHON= 2.3+ +USE_PYTHON= yes USE_PYDISTUTILS= easy_install PYDISTUTILS_PKGNAME= TracTweakUI PYDISTUTILS_PKGVERSION= ${PORTVERSION:R} |