aboutsummaryrefslogtreecommitdiff
path: root/lang/stackless_python
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2003-06-23 16:14:39 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2003-06-23 16:14:39 +0000
commit8eeca6ffa3a64b8d98a456315159bfcc5719efcc (patch)
tree800ea8b5d92788c4fe59399e7019e6ef539857bd /lang/stackless_python
parentc39ed175aa2822ab318f3e817181b36e3b93e290 (diff)
downloadports-8eeca6ffa3a64b8d98a456315159bfcc5719efcc.tar.gz
ports-8eeca6ffa3a64b8d98a456315159bfcc5719efcc.zip
Mark BROKEN: stackless is not ported to Python-2.2.3 base, yet.
Notes
Notes: svn path=/head/; revision=83498
Diffstat (limited to 'lang/stackless_python')
-rw-r--r--lang/stackless_python/Makefile1
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 {} \;