Date: Fri, 1 Jun 2018 01:11:38 +0000 (UTC) From: Joseph Mingrone <jrm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471249 - head/editors/emacs Message-ID: <201806010111.w511Bc7Y048818@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jrm Date: Fri Jun 1 01:11:37 2018 New Revision: 471249 URL: https://svnweb.freebsd.org/changeset/ports/471249 Log: editors/emacs: Fix build when XWIDGETS knob is on Reported by: olgeni Modified: head/editors/emacs/Makefile (contents, props changed) Modified: head/editors/emacs/Makefile ============================================================================== --- head/editors/emacs/Makefile Fri Jun 1 00:30:50 2018 (r471248) +++ head/editors/emacs/Makefile Fri Jun 1 01:11:37 2018 (r471249) @@ -200,7 +200,7 @@ XPM_USE= XORG=xpm XPM_CONFIGURE_WITH= xpm XWIDGETS_USE= XORG=xcomposite XWIDGETS_CONFIGURE_WITH= xwidgets -XWIDGETS_LIB_DEPENDS= libwebkitgtk-3.0.so:www/webkit-gtk3 +XWIDGETS_LIB_DEPENDS= libwebkit2gtk-4.0.so:www/webkit2-gtk3 XWIDGETS_IMPLIES= GTK3 EMACS_VER= 26.1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806010111.w511Bc7Y048818>