Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Mar 2015 09:46:49 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r381891 - head/sysutils/jfbterm
Message-ID:  <201503220946.t2M9knqc091746@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun Mar 22 09:46:48 2015
New Revision: 381891
URL: https://svnweb.freebsd.org/changeset/ports/381891
QAT: https://qat.redports.org/buildarchive/r381891/

Log:
  Fix unifont detection

Modified:
  head/sysutils/jfbterm/Makefile

Modified: head/sysutils/jfbterm/Makefile
==============================================================================
--- head/sysutils/jfbterm/Makefile	Sun Mar 22 08:16:55 2015	(r381890)
+++ head/sysutils/jfbterm/Makefile	Sun Mar 22 09:46:48 2015	(r381891)
@@ -90,7 +90,7 @@ TERMCAP_DEL_RECORD=	${DO_NADA}
 .endif
 
 .if ${PORT_OPTIONS:MUNIFONT}
-RUN_DEPENDS+=	${LOCALBASE}/share/fonts/local/unifont.pcf.gz:${PORTSDIR}/x11-fonts/gnu-unifont
+RUN_DEPENDS+=	${LOCALBASE}/share/fonts/gnu-unifont/unifont.pcf.gz:${PORTSDIR}/x11-fonts/gnu-unifont
 .endif
 
 post-extract:	.SILENT



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