diff options
author | linimon <linimon@FreeBSD.org> | 2006-07-16 03:37:32 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2006-07-16 03:37:32 +0800 |
commit | 7089771641800882fd0a95d51be6ad2b2084493c (patch) | |
tree | 4839bace3eb1217a035c4ad52cad78a00ede0190 /lang/python25 | |
parent | afc50f934e7f1394928741e844cbd717d436af76 (diff) | |
download | freebsd-ports-gnome-7089771641800882fd0a95d51be6ad2b2084493c.tar.gz freebsd-ports-gnome-7089771641800882fd0a95d51be6ad2b2084493c.tar.zst freebsd-ports-gnome-7089771641800882fd0a95d51be6ad2b2084493c.zip |
Mark broken: fails to install cleanly.
Diffstat (limited to 'lang/python25')
-rw-r--r-- | lang/python25/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/python25/Makefile b/lang/python25/Makefile index 422999516df3..f8a79ef98308 100644 --- a/lang/python25/Makefile +++ b/lang/python25/Makefile @@ -14,6 +14,8 @@ DISTFILES= ${PYTHON_DISTFILE} MAINTAINER= perky@FreeBSD.org COMMENT?= An interpreted object-oriented programming language +BROKEN= fails to deinstall cleanly + DIST_SUBDIR= python WRKSRC= ${PYTHON_WRKSRC}/portbld.static PATCH_WRKSRC= ${PYTHON_WRKSRC} |