diff options
author | linimon <linimon@FreeBSD.org> | 2007-11-25 08:50:15 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-11-25 08:50:15 +0800 |
commit | aa5da40b479d80dcc51a437b561e610009ea25b5 (patch) | |
tree | 9c3b8110a125fae5abef03ef47a9c86c1ed8319e /net/py-twitter | |
parent | f5f5be1d6470dbb7bd2fc2c18421896a49596ad8 (diff) | |
download | freebsd-ports-gnome-aa5da40b479d80dcc51a437b561e610009ea25b5.tar.gz freebsd-ports-gnome-aa5da40b479d80dcc51a437b561e610009ea25b5.tar.zst freebsd-ports-gnome-aa5da40b479d80dcc51a437b561e610009ea25b5.zip |
Mark as broken on 5.x: leaves egg file behind on deinstall.
Approved by: portmgr (self)
Diffstat (limited to 'net/py-twitter')
-rw-r--r-- | net/py-twitter/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net/py-twitter/Makefile b/net/py-twitter/Makefile index 39bda9c1fdfc..29e49be5b561 100644 --- a/net/py-twitter/Makefile +++ b/net/py-twitter/Makefile @@ -23,4 +23,10 @@ USE_PYTHON= yes USE_PYDISTUTILS= easy_install PYDISTUTILS_PKGNAME= python_twitter -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 600000 +BROKEN= Leaves egg file behind on deinstall +.endif + +.include <bsd.port.post.mk> |