svn commit: r381893 - head/chinese/eterm

Baptiste Daroussin bapt at FreeBSD.org
Sun Mar 22 09:50:02 UTC 2015


Author: bapt
Date: Sun Mar 22 09:50:01 2015
New Revision: 381893
URL: https://svnweb.freebsd.org/changeset/ports/381893
QAT: https://qat.redports.org/buildarchive/r381893/

Log:
  Fix dependency detection

Modified:
  head/chinese/eterm/Makefile

Modified: head/chinese/eterm/Makefile
==============================================================================
--- head/chinese/eterm/Makefile	Sun Mar 22 09:48:26 2015	(r381892)
+++ head/chinese/eterm/Makefile	Sun Mar 22 09:50:01 2015	(r381893)
@@ -18,6 +18,6 @@ CONFIGURE_ARGS=	--enable-trans --enable-
 PKGDIR=		${.CURDIR}
 PLIST=		${MASTERDIR}/pkg-plist
 
-RUN_DEPENDS=	${LOCALBASE}/share/fonts/local/kc15f.pcf.gz:${PORTSDIR}/chinese/kcfonts
+RUN_DEPENDS=	${LOCALBASE}/share/fonts/kcfonts/kc15f.pcf.gz:${PORTSDIR}/chinese/kcfonts
 
 .include "${MASTERDIR}/Makefile"


More information about the svn-ports-head mailing list