diff options
author | Sean Farley <scf@FreeBSD.org> | 2025-07-04 00:08:06 -0700 |
---|---|---|
committer | Don Lewis <truckman@FreeBSD.org> | 2025-07-04 00:53:30 -0700 |
commit | 21707ad64f44c63ff81008e1ac0cbc53ed154c32 (patch) | |
tree | 37399e967c50280bf15ece1bd7a17b2a02e01e00 | |
parent | emulators/wine: Add error handling to WoW 32-bit setup (diff) |
graphics/evince: Remove deps unneeded for lite
Remove dependencies unneeded for lite flavor,
The update to v48.0 copied some dependencies that are for the full
version to both versions: gnomedesktop3, introspection:build,
libxm2.
libdbus-1.so is not needed for the lite version, but libxml2 is for both.
(truckman)
pet portlint (truckman)
PR: 287619
-rw-r--r-- | graphics/evince/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile index f48564d52471..c143d919159b 100644 --- a/graphics/evince/Makefile +++ b/graphics/evince/Makefile @@ -1,6 +1,6 @@ PORTNAME= evince DISTVERSION= 48.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics print gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome @@ -21,14 +21,13 @@ BUILD_DEPENDS= gsettings-desktop-schemas>0:devel/gsettings-desktop-schemas \ LIB_DEPENDS= libhandy-1.so:x11-toolkits/libhandy \ libpoppler-glib.so:graphics/poppler-glib \ libspectre.so:print/libspectre \ - libtiff.so:graphics/tiff \ - libdbus-1.so:devel/dbus + libtiff.so:graphics/tiff RUN_DEPENDS= gsettings-desktop-schemas>0:devel/gsettings-desktop-schemas USES= compiler:c++11-lib cpe desktop-file-utils gettext gnome \ gstreamer libarchive localbase:ldflags meson pkgconfig \ python:build tar:xz xorg -USE_GNOME= cairo gdkpixbuf gnomedesktop3 gtk30 introspection:build libxml2 +USE_GNOME= cairo gdkpixbuf gtk30 libxml2 USE_LDCONFIG= yes USE_XORG= ice CPE_VENDOR= gnome @@ -43,7 +42,6 @@ MESON_ARGS+= -Dintrospection=false \ -Dpreviewer=false \ -Dthumbnail_cache=disabled \ -Dthumbnailer=false -USE_GNOME+= libxml2 OPTIONS_EXCLUDE= DBUS PLIST= ${.CURDIR}/pkg-plist-lite PKGNAMESUFFIX= -lite @@ -66,8 +64,8 @@ OPTIONS_DEFAULT= COMICS DBUS KEYRING SPELL XPS COMICS_DESC= Comic book archives support COMICS_MESON_ENABLED= comics -DBUS_MESON_TRUE= dbus -DBUS_LIB_DEPENDS= libdbus-1.so:devel/dbus +DBUS_MESON_TRUE= dbus +DBUS_LIB_DEPENDS= libdbus-1.so:devel/dbus DJVU_DESC= DJVU support DJVU_LIB_DEPENDS= libdjvulibre.so:graphics/djvulibre |