diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2003-06-23 16:14:39 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2003-06-23 16:14:39 +0000 |
commit | 8eeca6ffa3a64b8d98a456315159bfcc5719efcc (patch) | |
tree | 800ea8b5d92788c4fe59399e7019e6ef539857bd | |
parent | Fix build on ia64. (diff) |
Mark BROKEN: stackless is not ported to Python-2.2.3 base, yet.
Notes
Notes:
svn path=/head/; revision=83498
-rw-r--r-- | lang/stackless_python/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/stackless_python/Makefile b/lang/stackless_python/Makefile index 35feba30a613..583bcd80bf94 100644 --- a/lang/stackless_python/Makefile +++ b/lang/stackless_python/Makefile @@ -28,6 +28,7 @@ MASTERDIR= ${.CURDIR}/../../lang/python DESCR= ${.CURDIR}/pkg-descr MD5_FILE= ${.CURDIR}/distinfo PLIST= ${WRKDIR}/pkg-plist +BROKEN= "not ported to Python-2.2.3 yet" post-patch: @${FIND} ${WRKSRC} -name '*.orig' -exec ${RM} -f {} \; |