diff options
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 |