diff options
author | tsarna <tsarna@pkgsrc.org> | 2002-01-05 14:31:01 +0000 |
---|---|---|
committer | tsarna <tsarna@pkgsrc.org> | 2002-01-05 14:31:01 +0000 |
commit | bbcc92e3603948693083853b9cc69c04cf312f87 (patch) | |
tree | 7cac37b10d2706b2c54c7a3974c6b70a3ba23b12 /www/grail | |
parent | 616d6c6c07ac50bfb3b2912d6bd8c51f0183b9ce (diff) | |
download | pkgsrc-bbcc92e3603948693083853b9cc69c04cf312f87.tar.gz |
Clarify reason for brokenness
Diffstat (limited to 'www/grail')
-rw-r--r-- | www/grail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/grail/Makefile b/www/grail/Makefile index 64ae2390dfa..c15b5fedd95 100644 --- a/www/grail/Makefile +++ b/www/grail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/02/17 17:22:04 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2002/01/05 14:31:01 tsarna Exp $ # DISTNAME= grail-06 @@ -13,7 +13,7 @@ COMMENT= Grail(TM) is a web browser written in Python DEPENDS+= py-Tk-2.0*:../../x11/py-Tk -BROKEN= "Awaiting new release with Python 2.0 fixes" +BROKEN= "Awaiting new release compatible with with Python 2.x" USE_X11= yes NO_CONFIGURE= yes |