diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2004-12-01 03:50:22 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2004-12-01 03:50:22 +0000 |
commit | ed3a52d795f75bc6ff9b2bda8ae31a1018a2bae2 (patch) | |
tree | f56622485c0f6dae58a6058621b94a0f3e7bc8b7 /lang/stackless_python | |
parent | Needs Perl to build and only for i386 (ia64 might work) (diff) |
Stackless is not ready for Python 2.4 yet. So, change masterport
to lang/python23.
Notes
Notes:
svn path=/head/; revision=122864
Diffstat (limited to 'lang/stackless_python')
-rw-r--r-- | lang/stackless_python/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/stackless_python/Makefile b/lang/stackless_python/Makefile index 2ee0fbad3e12..419c5a4ccb86 100644 --- a/lang/stackless_python/Makefile +++ b/lang/stackless_python/Makefile @@ -24,7 +24,7 @@ COMMENT= Python implementation that does not use the C stack CONFLICTS= python-2.3.* ONLY_FOR_ARCHS= i386 powerpc CVSDATE= 040225 -MASTERDIR= ${.CURDIR}/../python +MASTERDIR= ${.CURDIR}/../python23 STACKLESS_POST_CONFIGURE= stackless-post-configure DESCR= ${.CURDIR}/pkg-descr |