diff options
-rw-r--r-- | japanese/font-ipa-uigothic/Makefile | 3 | ||||
-rw-r--r-- | japanese/font-ipa/Makefile | 2 | ||||
-rw-r--r-- | japanese/font-mplus-ipa/Makefile | 2 |
3 files changed, 6 insertions, 1 deletions
diff --git a/japanese/font-ipa-uigothic/Makefile b/japanese/font-ipa-uigothic/Makefile index b63c35982a90..08fd0395f379 100644 --- a/japanese/font-ipa-uigothic/Makefile +++ b/japanese/font-ipa-uigothic/Makefile @@ -16,7 +16,8 @@ COMMENT= IPA Japanese fonts, UIGothic RUN_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig # ja-font-mplus-ipa-1.0.20060520.p1 has an old ipagui.ttf -CONFLICTS= ja-font-mplus-ipa-1.0.20060520.p1 +CONFLICTS= ja-font-mplus-ipa-1.0.20060520.p1 \ + ja-ipa-ttfonts-[0-9]* USE_ZIP= yes NO_BUILD= yes diff --git a/japanese/font-ipa/Makefile b/japanese/font-ipa/Makefile index 587f4cf21854..c9f076f6c278 100644 --- a/japanese/font-ipa/Makefile +++ b/japanese/font-ipa/Makefile @@ -16,6 +16,8 @@ COMMENT= IPA Japanese fonts RUN_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig +CONFLICTS= ja-ipa-ttfonts-[0-9]* + USE_ZIP= yes NO_BUILD= yes PKGINSTALL= ${WRKDIR}/pkg-install diff --git a/japanese/font-mplus-ipa/Makefile b/japanese/font-mplus-ipa/Makefile index 42884f26b47f..73b68664d047 100644 --- a/japanese/font-mplus-ipa/Makefile +++ b/japanese/font-mplus-ipa/Makefile @@ -18,6 +18,8 @@ COMMENT= Mixed Japanese font with IPA, M-plus outline, and Bitstream Vera RUN_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig +CONFLICTS= ja-ipa-ttfonts-[0-9]* + USE_BZIP2= yes NO_BUILD= yes PKGINSTALL= ${WRKDIR}/pkg-install |