freebsd-ports/japanese/ngraph-fonts/Makefile
Jan Beich e77acab6ec 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
2020-01-02 02:15:08 +00:00

19 lines
435 B
Makefile

# Created by: Yoshiro MIHIRA <sanpei@jp.FreeBSD.org>
# $FreeBSD$
PORTNAME= ngraph-fonts
PORTVERSION= 1.0
PORTREVISION= 3
CATEGORIES= japanese math x11-fonts
MAINTAINER= ports@FreeBSD.org
COMMENT= Japanese Font Setup for math/ngraph
RUN_DEPENDS= \
${LOCALBASE}/share/fonts/kanji18/kanji18.pcf.gz:japanese/font-kanji18 \
${LOCALBASE}/share/fonts/kanji26/kanji26.pcf.gz:japanese/font-kanji26
USES= metaport
.include <bsd.port.mk>