summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2010-06-13 08:40:06 +0000
committerErwin Lansing <erwin@FreeBSD.org>2010-06-13 08:40:06 +0000
commit8c6092e5ec455e0673086036e0a9b026dc9510eb (patch)
treefe1db175baadf14a460db2851f82161c97b8041e /japanese
parent- Fix the PLIST (diff)
BROKEN should not be quoted.
No functional change.
Notes
Notes: svn path=/head/; revision=256468
Diffstat (limited to 'japanese')
-rw-r--r--japanese/migemo/Makefile2
-rw-r--r--japanese/tcl76/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/japanese/migemo/Makefile b/japanese/migemo/Makefile
index cde963f2134d..a0b6e1d78b8d 100644
--- a/japanese/migemo/Makefile
+++ b/japanese/migemo/Makefile
@@ -39,7 +39,7 @@ SKKDIC_FILE= SKK-JISYO.L-20060709
.include <bsd.port.pre.mk>
.if ${ARCH} == "ia64"
-BROKEN= "Does not compile on ia64"
+BROKEN= Does not compile on ia64
.endif
post-extract:
diff --git a/japanese/tcl76/Makefile b/japanese/tcl76/Makefile
index 75898a4e749d..9edf78c2a7f7 100644
--- a/japanese/tcl76/Makefile
+++ b/japanese/tcl76/Makefile
@@ -38,7 +38,7 @@ NO_LATEST_LINK= yes
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
-BROKEN= "Does not compile on sparc64"
+BROKEN= Does not compile on sparc64
.elif ${OSVERSION} >= 900000
BROKEN= does not build
.endif