diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-03-25 22:30:24 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-03-25 22:30:24 +0000 |
commit | a9873fc90b02a3588087b3fcf85a1210072cf11f (patch) | |
tree | dbc031e1609b8b8a48a90c44866e861fda62f6c6 /www/kompozer/Makefile | |
parent | b75ced2d6559b729a9648aa2b10a54711c6a5e99 (diff) |
Notes
Diffstat (limited to 'www/kompozer/Makefile')
-rw-r--r-- | www/kompozer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/kompozer/Makefile b/www/kompozer/Makefile index cf7cb4155045..4ee15f053f37 100644 --- a/www/kompozer/Makefile +++ b/www/kompozer/Makefile @@ -30,7 +30,7 @@ CFLAGS+= -I${X11BASE}/include .include "${.CURDIR}/../mozilla/Makefile.common" .if ${ARCH} == "sparc64" || ${ARCH} == "ia64" -BROKEN= Does no build +BROKEN= does not build .endif .if ${PERL_LEVEL} < 500600 |