diff options
author | perky <perky@FreeBSD.org> | 2003-06-24 00:14:39 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2003-06-24 00:14:39 +0800 |
commit | 78cbc3e8d917af933b4f1920dd85fcaa65eae3fa (patch) | |
tree | 115e2bd67b328abaa1a616889dfa763d7ebee77f /lang | |
parent | 349fa8200dff00964c88ed59b1ebcc9b54ef5c72 (diff) | |
download | freebsd-ports-gnome-78cbc3e8d917af933b4f1920dd85fcaa65eae3fa.tar.gz freebsd-ports-gnome-78cbc3e8d917af933b4f1920dd85fcaa65eae3fa.tar.zst freebsd-ports-gnome-78cbc3e8d917af933b4f1920dd85fcaa65eae3fa.zip |
Mark BROKEN: stackless is not ported to Python-2.2.3 base, yet.
Diffstat (limited to 'lang')
-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 {} \; |