svn commit: r377688 - projects/rework-dependency-registration/www/chromium
Baptiste Daroussin
bapt at FreeBSD.org
Thu Jan 22 17:49:27 UTC 2015
Author: bapt
Date: Thu Jan 22 17:49:26 2015
New Revision: 377688
URL: https://svnweb.freebsd.org/changeset/ports/377688
QAT: https://qat.redports.org/buildarchive/r377688/
Log:
Depend on the package providing the font rather then depending on a file not
owned by the package (generated) which will in that case make the package to not
be registered anymore in the dependencies
Modified:
projects/rework-dependency-registration/www/chromium/Makefile
Modified: projects/rework-dependency-registration/www/chromium/Makefile
==============================================================================
--- projects/rework-dependency-registration/www/chromium/Makefile Thu Jan 22 17:46:06 2015 (r377687)
+++ projects/rework-dependency-registration/www/chromium/Makefile Thu Jan 22 17:49:26 2015 (r377688)
@@ -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-projects
mailing list