Skip to content

Commit

Permalink
editors/emacs: Update to use webkit2-gtk3 API 4.1
Browse files Browse the repository at this point in the history
 - migrate to libsoup3

Sponsored by:	Serenity Cybersecurity, LLC
Approved by:	...
  • Loading branch information
Alexey Donskov authored and clausecker committed May 24, 2024
1 parent c37e7a3 commit 8947133
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions editors/emacs/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= emacs
DISTVERSION= 29.3
PORTREVISION= 2
PORTREVISION= 3
PORTEPOCH= 3
CATEGORIES= editors
MASTER_SITES= GNU
Expand Down Expand Up @@ -246,8 +246,8 @@ XML_CONFIGURE_WITH= xml2
XPM_USE= XORG=xpm
XPM_CONFIGURE_WITH= xpm
XWIDGETS_IMPLIES= GTK3
XWIDGETS_LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \
libwebkit2gtk-4.0.so:www/webkit2-gtk3
XWIDGETS_LIB_DEPENDS= libsoup-3.0.so:devel/libsoup3 \
libwebkit2gtk-4.1.so:www/webkit2-gtk3
XWIDGETS_USE= XORG=xcomposite
XWIDGETS_CONFIGURE_WITH= xwidgets

Expand Down

0 comments on commit 8947133

Please sign in to comment.