Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 May 2018 19:39:23 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r470323 - head/www/webkit2-gtk3
Message-ID:  <201805181939.w4IJdNKw060698@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Fri May 18 19:39:22 2018
New Revision: 470323
URL: https://svnweb.freebsd.org/changeset/ports/470323

Log:
  Change enchant dependacy to enchant2.
  
  Webkit will prefer enchant2 over enchant1 if both are available. This
  commit is done in a stand alone commit so webkit versions are easier
  MFHable if needed.

Modified:
  head/www/webkit2-gtk3/Makefile

Modified: head/www/webkit2-gtk3/Makefile
==============================================================================
--- head/www/webkit2-gtk3/Makefile	Fri May 18 19:36:48 2018	(r470322)
+++ head/www/webkit2-gtk3/Makefile	Fri May 18 19:39:22 2018	(r470323)
@@ -15,7 +15,7 @@ COMMENT=	Opensource browser engine using the GTK+ 3 to
 LICENSE=	GPLv2 BSD2CLAUSE
 LICENSE_COMB=	dual
 
-LIB_DEPENDS=	libenchant.so:textproc/enchant \
+LIB_DEPENDS=	libenchant-2.so:textproc/enchant2 \
 		libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2 \
 		libwebp.so:graphics/webp \



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