Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Jan 2015 22:56:07 +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: r377702 - head/www/chromium
Message-ID:  <201501222256.t0MMu7m1062863@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Jan 22 22:56:06 2015
New Revision: 377702
URL: https://svnweb.freebsd.org/changeset/ports/377702
QAT: https://qat.redports.org/buildarchive/r377702/

Log:
  Depend on the package rather than on a post-install generated file

Modified:
  head/www/chromium/Makefile

Modified: head/www/chromium/Makefile
==============================================================================
--- head/www/chromium/Makefile	Thu Jan 22 22:48:56 2015	(r377701)
+++ head/www/chromium/Makefile	Thu Jan 22 22:56:06 2015	(r377702)
@@ -52,7 +52,7 @@ LIB_DEPENDS=	libcairo.so:${PORTSDIR}/gra
 		libwebp.so:${PORTSDIR}/graphics/webp
 
 RUN_DEPENDS=	${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:${PORTSDIR}/audio/alsa-plugins \
-		${LOCALBASE}/lib/X11/fonts/Droid/fonts.dir:${PORTSDIR}/x11-fonts/droid-fonts-ttf \
+		droid-fonts-ttf>0:${PORTSDIR}/x11-fonts/droid-fonts-ttf \
 		xdg-open:${PORTSDIR}/devel/xdg-utils
 
 ONLY_FOR_ARCHS=	i386 amd64



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