Skip to content

Commit

Permalink
x11/yelp: correct webkit2gtk port in LIB_DEPENDS
Browse files Browse the repository at this point in the history
libwebkit2gtk-4.0.so is www/webkit2-gtk3
  • Loading branch information
vishwin committed Jan 23, 2024
1 parent 1bf689c commit babab33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x11/yelp/Makefile
@@ -1,6 +1,6 @@
PORTNAME= yelp
DISTVERSION= 42.1
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= x11 gnome
MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
DIST_SUBDIR= gnome
Expand All @@ -19,7 +19,7 @@ LIB_DEPENDS= libgcrypt.so:security/libgcrypt \
libhandy-1.so:x11-toolkits/libhandy \
libharfbuzz.so:print/harfbuzz \
libsoup-2.4.so:devel/libsoup \
libwebkit2gtk-5.0.so:www/webkit2-gtk4
libwebkit2gtk-4.0.so:www/webkit2-gtk3
RUN_DEPENDS= yelp-xsl>=0:textproc/yelp-xsl

USES= compiler:c11 desktop-file-utils gettext gmake gnome libtool \
Expand Down

0 comments on commit babab33

Please sign in to comment.