diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-07 23:50:26 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-07 23:50:26 +0000 |
commit | f59b689885e8e075fb0b6a98e2c044ec344466e5 (patch) | |
tree | 01bbe6af6cad47d6a19baa4c33708ba8f617878a /lang | |
parent | 11947add0c51078b01eb3b153bc758843bd70e8b (diff) | |
download | ports-f59b689885e8e075fb0b6a98e2c044ec344466e5.tar.gz ports-f59b689885e8e075fb0b6a98e2c044ec344466e5.zip |
Notes
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 195955ccd721..706d08004277 100644 --- a/lang/stackless_python/Makefile +++ b/lang/stackless_python/Makefile @@ -29,6 +29,7 @@ DESCR= ${.CURDIR}/pkg-descr MD5_FILE= ${.CURDIR}/distinfo PLIST= ${WRKDIR}/pkg-plist BROKEN= "not ported to Python-2.2.3 yet" +DEPRECATED= "Will be removed after April 7 if still broken" #post-patch: # @${FIND} ${WRKSRC} -name '*.orig' -exec ${RM} -f {} \; |