aboutsummaryrefslogtreecommitdiff
path: root/devel/py-psyco
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2011-03-04 15:46:51 +0000
committerMartin Wilke <miwi@FreeBSD.org>2011-03-04 15:46:51 +0000
commite3bc551240cd7118be5d6fce5a2bdd496bd2fba4 (patch)
treed5f56c71feff9d68ab6905a56639a6bf6c01f177 /devel/py-psyco
parent7cc8e29f0753d02c3a38113fbacfdb2c062a1464 (diff)
downloadports-e3bc551240cd7118be5d6fce5a2bdd496bd2fba4.tar.gz
ports-e3bc551240cd7118be5d6fce5a2bdd496bd2fba4.zip
- allow to build only with python25-26
Notes
Notes: svn path=/head/; revision=270305
Diffstat (limited to 'devel/py-psyco')
-rw-r--r--devel/py-psyco/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-psyco/Makefile b/devel/py-psyco/Makefile
index 18dc1cfcc21d..cbed9d2126bb 100644
--- a/devel/py-psyco/Makefile
+++ b/devel/py-psyco/Makefile
@@ -17,7 +17,7 @@ COMMENT= Python Specializing Compiler
ONLY_FOR_ARCHS= i386
-USE_PYTHON= yes
+USE_PYTHON= 25-26
USE_PYDISTUTILS=yes
WRKSRC= ${WRKDIR}/psyco-${PORTVERSION}