svn commit: r377702 - head/www/chromium

Baptiste Daroussin bapt at FreeBSD.org
Thu Jan 22 22:56:07 UTC 2015


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


More information about the svn-ports-all mailing list