svn commit: r465637 - head/japanese/ngraph-fonts

Antoine Brodin antoine at FreeBSD.org
Mon Mar 26 21:18:16 UTC 2018


Author: antoine
Date: Mon Mar 26 21:18:15 2018
New Revision: 465637
URL: https://svnweb.freebsd.org/changeset/ports/465637

Log:
  Fix depends

Modified:
  head/japanese/ngraph-fonts/Makefile

Modified: head/japanese/ngraph-fonts/Makefile
==============================================================================
--- head/japanese/ngraph-fonts/Makefile	Mon Mar 26 20:58:14 2018	(r465636)
+++ head/japanese/ngraph-fonts/Makefile	Mon Mar 26 21:18:15 2018	(r465637)
@@ -10,8 +10,8 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Japanese Font Setup for math/ngraph
 
 RUN_DEPENDS= \
-	${LOCALBASE}/share/kanji/kanji18.pcf.gz:japanese/font-kanji18 \
-	${LOCALBASE}/share/kanji/kanji26.pcf.gz:japanese/font-kanji26
+	${LOCALBASE}/share/fonts/kanji/kanji18.pcf.gz:japanese/font-kanji18 \
+	${LOCALBASE}/share/fonts/kanji/kanji26.pcf.gz:japanese/font-kanji26
 
 USES=		metaport
 


More information about the svn-ports-head mailing list