diff options
author | wiz <wiz@pkgsrc.org> | 2002-01-05 21:35:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-01-05 21:35:39 +0000 |
commit | 0b0cfdcd6a44ff85ab0d2f9353146a37f610f6c9 (patch) | |
tree | 5c1a22ea5992944bada0c0645363dff60660191f /www/grail | |
parent | 12fe642351503bc6116338c81390c3060dc567c9 (diff) | |
download | pkgsrc-0b0cfdcd6a44ff85ab0d2f9353146a37f610f6c9.tar.gz |
Remove duplicate "with".
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 c15b5fedd95..11d86e26792 100644 --- a/www/grail/Makefile +++ b/www/grail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2002/01/05 14:31:01 tsarna Exp $ +# $NetBSD: Makefile,v 1.11 2002/01/05 21:35:39 wiz 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 compatible with with Python 2.x" +BROKEN= "Awaiting new release compatible with Python 2.x" USE_X11= yes NO_CONFIGURE= yes |