Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Sep 2015 21:15:00 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r398016 - head/japanese/ngraph-fonts
Message-ID:  <201509262115.t8QLF0wp088914@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Sep 26 21:15:00 2015
New Revision: 398016
URL: https://svnweb.freebsd.org/changeset/ports/398016

Log:
  Fix RUN_DEPENDS
  
  Reported by:	pkg-fallout

Modified:
  head/japanese/ngraph-fonts/Makefile

Modified: head/japanese/ngraph-fonts/Makefile
==============================================================================
--- head/japanese/ngraph-fonts/Makefile	Sat Sep 26 21:02:09 2015	(r398015)
+++ head/japanese/ngraph-fonts/Makefile	Sat Sep 26 21:15:00 2015	(r398016)
@@ -10,8 +10,8 @@ MAINTAINER=	sanpei@FreeBSD.org
 COMMENT=	Japanese Font Setup for math/ngraph
 
 RUN_DEPENDS= \
-	${LOCALBASE}/share/fonts/kanji/kanji18.pcf.gz:${PORTSDIR}/japanese/font-kanji18 \
-	${LOCALBASE}/share/fonts/kanji/kanji26.pcf.gz:${PORTSDIR}/japanese/font-kanji26
+	${LOCALBASE}/share/kanji/kanji18.pcf.gz:${PORTSDIR}/japanese/font-kanji18 \
+	${LOCALBASE}/share/kanji/kanji26.pcf.gz:${PORTSDIR}/japanese/font-kanji26
 
 USES=		metaport
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509262115.t8QLF0wp088914>