summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShokara Kou <kou@13f0.net>2023-08-10 23:02:52 -0400
committerShokara Kou <kou@13f0.net>2023-08-10 23:03:26 -0400
commitf3e39ccf5c0464c2349b5073b8bdf16ca189e83e (patch)
tree5f5ac71701491b5d91b80afef2023e0e5edcd322
parentaf15bf65b0cb480e6c7f3490bff521c57b91080e (diff)
remove useless libraries from www/webkitgtk4
-rw-r--r--www/webkitgtk4/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/www/webkitgtk4/Makefile b/www/webkitgtk4/Makefile
index 56fd7e2..5d675ab 100644
--- a/www/webkitgtk4/Makefile
+++ b/www/webkitgtk4/Makefile
@@ -35,11 +35,10 @@ PERMIT_PACKAGE = Yes
35WANTLIB += ${COMPILER_LIBCXX} EGL GL X11 Xcomposite Xdamage Xrender 35WANTLIB += ${COMPILER_LIBCXX} EGL GL X11 Xcomposite Xdamage Xrender
36WANTLIB += Xt c cairo cairo-gobject enchant-2 fontconfig 36WANTLIB += Xt c cairo cairo-gobject enchant-2 fontconfig
37WANTLIB += freetype gcrypt gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 37WANTLIB += freetype gcrypt gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0
38WANTLIB += gobject-2.0 gpg-error gstallocators-1.0 gstapp-1.0 38WANTLIB += gobject-2.0 gpg-error
39WANTLIB += gstaudio-1.0 gstbase-1.0 gstfft-1.0 gstgl-1.0 gstpbutils-1.0 39WANTLIB += harfbuzz harfbuzz-icu
40WANTLIB += gstreamer-1.0 gsttag-1.0 gstvideo-1.0 harfbuzz harfbuzz-icu
41WANTLIB += hyphen icudata icui18n icuuc intl jpeg lcms2 m openjp2 40WANTLIB += hyphen icudata icui18n icuuc intl jpeg lcms2 m openjp2
42WANTLIB += pango-1.0 pangocairo-1.0 png secret-1 sqlite3 tasn1 41WANTLIB += pango-1.0 pangocairo-1.0 png sqlite3 tasn1
43WANTLIB += woff2dec xml2 xslt z 42WANTLIB += woff2dec xml2 xslt z
44 43
45MASTER_SITES = https://webkitgtk.org/releases/ 44MASTER_SITES = https://webkitgtk.org/releases/
@@ -66,11 +65,9 @@ BUILD_DEPENDS = devel/bison \
66LIB_DEPENDS = archivers/woff2 \ 65LIB_DEPENDS = archivers/woff2 \
67 devel/harfbuzz,-icu \ 66 devel/harfbuzz,-icu \
68 graphics/openjp2 \ 67 graphics/openjp2 \
69 multimedia/gstreamer1/plugins-base \
70 textproc/enchant2 \ 68 textproc/enchant2 \
71 textproc/hyphen \ 69 textproc/hyphen \
72 textproc/libxslt \ 70 textproc/libxslt
73 x11/gnome/libsecret
74 71
75CONFIGURE_ENV = WK_USE_CCACHE=NO 72CONFIGURE_ENV = WK_USE_CCACHE=NO
76CONFIGURE_ARGS = -DPORT=GTK \ 73CONFIGURE_ARGS = -DPORT=GTK \