diff options
| author | Shokara Kou <kou@13f0.net> | 2023-08-10 23:02:52 -0400 |
|---|---|---|
| committer | Shokara Kou <kou@13f0.net> | 2023-08-10 23:03:26 -0400 |
| commit | f3e39ccf5c0464c2349b5073b8bdf16ca189e83e (patch) | |
| tree | 5f5ac71701491b5d91b80afef2023e0e5edcd322 | |
| parent | af15bf65b0cb480e6c7f3490bff521c57b91080e (diff) | |
remove useless libraries from www/webkitgtk4
| -rw-r--r-- | www/webkitgtk4/Makefile | 11 |
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 | |||
| 35 | WANTLIB += ${COMPILER_LIBCXX} EGL GL X11 Xcomposite Xdamage Xrender | 35 | WANTLIB += ${COMPILER_LIBCXX} EGL GL X11 Xcomposite Xdamage Xrender |
| 36 | WANTLIB += Xt c cairo cairo-gobject enchant-2 fontconfig | 36 | WANTLIB += Xt c cairo cairo-gobject enchant-2 fontconfig |
| 37 | WANTLIB += freetype gcrypt gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 | 37 | WANTLIB += freetype gcrypt gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 |
| 38 | WANTLIB += gobject-2.0 gpg-error gstallocators-1.0 gstapp-1.0 | 38 | WANTLIB += gobject-2.0 gpg-error |
| 39 | WANTLIB += gstaudio-1.0 gstbase-1.0 gstfft-1.0 gstgl-1.0 gstpbutils-1.0 | 39 | WANTLIB += harfbuzz harfbuzz-icu |
| 40 | WANTLIB += gstreamer-1.0 gsttag-1.0 gstvideo-1.0 harfbuzz harfbuzz-icu | ||
| 41 | WANTLIB += hyphen icudata icui18n icuuc intl jpeg lcms2 m openjp2 | 40 | WANTLIB += hyphen icudata icui18n icuuc intl jpeg lcms2 m openjp2 |
| 42 | WANTLIB += pango-1.0 pangocairo-1.0 png secret-1 sqlite3 tasn1 | 41 | WANTLIB += pango-1.0 pangocairo-1.0 png sqlite3 tasn1 |
| 43 | WANTLIB += woff2dec xml2 xslt z | 42 | WANTLIB += woff2dec xml2 xslt z |
| 44 | 43 | ||
| 45 | MASTER_SITES = https://webkitgtk.org/releases/ | 44 | MASTER_SITES = https://webkitgtk.org/releases/ |
| @@ -66,11 +65,9 @@ BUILD_DEPENDS = devel/bison \ | |||
| 66 | LIB_DEPENDS = archivers/woff2 \ | 65 | LIB_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 | ||
| 75 | CONFIGURE_ENV = WK_USE_CCACHE=NO | 72 | CONFIGURE_ENV = WK_USE_CCACHE=NO |
| 76 | CONFIGURE_ARGS = -DPORT=GTK \ | 73 | CONFIGURE_ARGS = -DPORT=GTK \ |
