diff options
author | jbeich <jbeich@FreeBSD.org> | 2020-01-02 10:15:08 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2020-01-02 10:15:08 +0800 |
commit | 045135e1a91c24c126fb38afc431dffe1e521205 (patch) | |
tree | ca3d96d6c2f730c5665d1eedc9ef695f4967dae6 | |
parent | 15ed3d934e07de2a8aaa242d1c0b84215be9e553 (diff) | |
download | freebsd-ports-gnome-045135e1a91c24c126fb38afc431dffe1e521205.tar.gz freebsd-ports-gnome-045135e1a91c24c126fb38afc431dffe1e521205.tar.zst freebsd-ports-gnome-045135e1a91c24c126fb38afc431dffe1e521205.zip |
japanese/ngraph-fonts: unbreak after r521443
=======================<phase: run-depends >============================
===> ja-ngraph-fonts-1.0_3 depends on file: /usr/local/share/fonts/kanji/kanji18.pcf.gz - not found
===> Installing existing package /packages/All/ja-font-kanji18-1.0_3.txz
Installing ja-font-kanji18-1.0_3...
[...]
===> ja-ngraph-fonts-1.0_3 depends on file: /usr/local/share/fonts/kanji/kanji18.pcf.gz - not found
*** Error code 1
Reported by: pkg-fallout
-rw-r--r-- | japanese/ngraph-fonts/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/ngraph-fonts/Makefile b/japanese/ngraph-fonts/Makefile index 33c2ea9f3510..ad43e121e59b 100644 --- a/japanese/ngraph-fonts/Makefile +++ b/japanese/ngraph-fonts/Makefile @@ -10,8 +10,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Japanese Font Setup for math/ngraph RUN_DEPENDS= \ - ${LOCALBASE}/share/fonts/kanji/kanji18.pcf.gz:japanese/font-kanji18 \ - ${LOCALBASE}/share/fonts/kanji/kanji26.pcf.gz:japanese/font-kanji26 + ${LOCALBASE}/share/fonts/kanji18/kanji18.pcf.gz:japanese/font-kanji18 \ + ${LOCALBASE}/share/fonts/kanji26/kanji26.pcf.gz:japanese/font-kanji26 USES= metaport |