diff options
-rw-r--r-- | japanese/ngraph-fonts/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/japanese/ngraph-fonts/Makefile b/japanese/ngraph-fonts/Makefile index 293545cf2b5e..aa18c40219b9 100644 --- a/japanese/ngraph-fonts/Makefile +++ b/japanese/ngraph-fonts/Makefile @@ -7,7 +7,7 @@ PORTNAME= ngraph-fonts PORTVERSION= 1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= japanese math x11-fonts MASTER_SITES= # empty DISTFILES= # empty @@ -17,7 +17,8 @@ COMMENT= Japanese Font Setup for math/ngraph RUN_DEPENDS= \ ${LOCALBASE}/lib/X11/fonts/local/kanji18.pcf.gz:${PORTSDIR}/japanese/kanji18 \ - ${LOCALBASE}/lib/X11/fonts/local/kanji26.pcf.gz:${PORTSDIR}/japanese/kanji26 \ + ${LOCALBASE}/lib/X11/fonts/local/kanji26.pcf.gz:${PORTSDIR}/japanese/kanji26 + BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \ mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale |