diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2020-01-09 14:09:49 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2020-01-09 14:09:49 +0000 |
commit | 101811a473f1fbb1aa400b45baa70e9fe9bb3ef4 (patch) | |
tree | 25d88475716fdf736cf9e91eb11f74edb34e93a1 /graphics/py-blockdiag | |
parent | 8bb771e6cf53a7412df14e3e966cc509e6b4a83f (diff) | |
download | freebsd-ports-101811a473f1fbb1aa400b45baa70e9fe9bb3ef4.zip |
Fixup japanese/font-ipa's files locations.
Pointy hat: hrs
Diffstat (limited to 'graphics/py-blockdiag')
-rw-r--r-- | graphics/py-blockdiag/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/py-blockdiag/Makefile b/graphics/py-blockdiag/Makefile index fe57b34bb404..034f2daa5fae 100644 --- a/graphics/py-blockdiag/Makefile +++ b/graphics/py-blockdiag/Makefile @@ -32,7 +32,7 @@ PDF_DESC= Enable PDF output OPTIONS_DEFAULT= PDF -IPAFONT_RUN_DEPENDS= ${LOCALBASE}/share/font-ipa/ipag.otf:japanese/font-ipa +IPAFONT_RUN_DEPENDS= ${LOCALBASE}/share/font/ipa/ipag.otf:japanese/font-ipa PDF_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}reportlab>0:print/py-reportlab@${PY_FLAVOR} post-patch: |