aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2012-05-02 00:32:58 +0000
committerWen Heping <wen@FreeBSD.org>2012-05-02 00:32:58 +0000
commitcf6d9e81e8bcff85241ca3680e5f47b74a43ac6e (patch)
tree38a3c7cdb992c2bdd20285c50be72eeffe9a4279
parent15a8357b7f5878eda04c9bc6daee246a79a7c67b (diff)
downloadports-cf6d9e81e8bcff85241ca3680e5f47b74a43ac6e.tar.gz
ports-cf6d9e81e8bcff85241ca3680e5f47b74a43ac6e.zip
- Strict python version
Notes
Notes: svn path=/head/; revision=295828
-rw-r--r--devel/py-babel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-babel/Makefile b/devel/py-babel/Makefile
index a92f54d2680f..2a0a7a9fab2c 100644
--- a/devel/py-babel/Makefile
+++ b/devel/py-babel/Makefile
@@ -14,7 +14,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= A collection of tools for internationalizing Python applications
-USE_PYTHON= 2.5+
+USE_PYTHON= 2.5-2.7
USE_PYDISTUTILS= easy_install
.if !defined(NOPORTDOCS)