Date: Sat, 30 Mar 2019 23:23:16 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r497370 - head/www/qt5-webengine Message-ID: <201903302323.x2UNNG7U017511@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Sat Mar 30 23:23:15 2019 New Revision: 497370 URL: https://svnweb.freebsd.org/changeset/ports/497370 Log: Use lcms2 from ports rather than Chromium's bundled copy. Modified: head/www/qt5-webengine/Makefile Modified: head/www/qt5-webengine/Makefile ============================================================================== --- head/www/qt5-webengine/Makefile Sat Mar 30 23:22:05 2019 (r497369) +++ head/www/qt5-webengine/Makefile Sat Mar 30 23:23:15 2019 (r497370) @@ -20,6 +20,7 @@ PORTNAME= webengine DISTVERSION= ${QT5_VERSION} +PORTREVISION= 1 CATEGORIES= www PKGNAMEPREFIX= qt5- @@ -38,6 +39,7 @@ LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ libfreetype.so:print/freetype2 \ libharfbuzz.so:print/harfbuzz \ libjsoncpp.so:devel/jsoncpp \ + liblcms2.so:graphics/lcms2 \ libnspr4.so:devel/nspr \ libnss3.so:security/nss \ libopus.so:audio/opus \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903302323.x2UNNG7U017511>