diff options
author | kris <kris@FreeBSD.org> | 2006-03-26 06:30:24 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-03-26 06:30:24 +0800 |
commit | b70863c0307f99e70dff032920d83f19597c0288 (patch) | |
tree | 15f14d39850345f14fc5cc0cd071e40eb781ab55 /www/nvu | |
parent | 6360b0c51900f9aaa1e6662271ebc25a1603d279 (diff) | |
download | freebsd-ports-gnome-b70863c0307f99e70dff032920d83f19597c0288.tar.gz freebsd-ports-gnome-b70863c0307f99e70dff032920d83f19597c0288.tar.zst freebsd-ports-gnome-b70863c0307f99e70dff032920d83f19597c0288.zip |
Correct typos
Diffstat (limited to 'www/nvu')
-rw-r--r-- | www/nvu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/nvu/Makefile b/www/nvu/Makefile index cf7cb4155045..4ee15f053f37 100644 --- a/www/nvu/Makefile +++ b/www/nvu/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 |