diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-03-14 22:49:26 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-03-14 22:49:26 +0000 |
commit | 13953a8f0a5bbb1a060f63967617267ce4826bf2 (patch) | |
tree | 5c1ca06932709217c1cbc1ee8a844efcd4d3993b /x11 | |
parent | 0c1835c60f80b42ce373c91f83880b0a76b9c9e3 (diff) | |
download | pkgsrc-13953a8f0a5bbb1a060f63967617267ce4826bf2.tar.gz |
Fix typo: BORKEN -> BROKEN
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kdebase2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/kdebase2/Makefile b/x11/kdebase2/Makefile index 298049dac73..fc1fc8b2b6f 100644 --- a/x11/kdebase2/Makefile +++ b/x11/kdebase2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/03/14 20:15:59 skrll Exp $ +# $NetBSD: Makefile,v 1.4 2001/03/14 22:49:26 zuntum Exp $ DISTNAME= kdebase-2.1 CATEGORIES= x11 kde @@ -29,7 +29,7 @@ IMAKEDIR= ${WRKDIR}/imake .include "../../mk/bsd.prefs.mk" .if ${OBJECT_FMT} == "a.out" -BORKEN= "This package doesn't build on a.out. This is being worked on." +BROKEN= "This package doesn't build on a.out. This is being worked on." .endif post-configure: |