diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2013-07-20 04:02:49 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2013-07-20 04:02:49 +0000 |
commit | a985a72822ba3a4c0894ca8dd6f1af3f4998d1be (patch) | |
tree | 29db0aeab8f1508b052ef8796bfe1d72a0f01301 /japanese/fcitx-mozc | |
parent | 82c26bd4e2de601293ce93753df8e993db1893bd (diff) |
Notes
Diffstat (limited to 'japanese/fcitx-mozc')
-rw-r--r-- | japanese/fcitx-mozc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/japanese/fcitx-mozc/Makefile b/japanese/fcitx-mozc/Makefile index 9bc70fb0e4e1..125c8834706a 100644 --- a/japanese/fcitx-mozc/Makefile +++ b/japanese/fcitx-mozc/Makefile @@ -1,4 +1,4 @@ -# Created by: Daichi GOTO <daichi@freebsd.org> +# Created by: Daichi GOTO <daichi@FreeBSD.org> # $FreeBSD$ PKGNAMEPREFIX= ja-fcitx- @@ -9,8 +9,8 @@ DATADIR= ${PREFIX}/share/fcitx/${PORTNAME} MASTERDIR= ${.CURDIR}/../../japanese/mozc-server PKGMESSAGE= ${.CURDIR}/pkg-message -BROKEN= fails to build - BUILD_MOZC_LIST= fcitx_mozc +IGNORE= not compatible with mozc 1.11.1502.102 + .include "${MASTERDIR}/Makefile" |