git: fa95f468ed99 - main - x11-wm/xfce4-session: Update/correct dependencies
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 02 Oct 2023 09:09:17 UTC
The branch main has been updated by madpilot: URL: https://cgit.FreeBSD.org/ports/commit/?id=fa95f468ed99d74ea417e227cdc75f744202ff52 commit fa95f468ed99d74ea417e227cdc75f744202ff52 Author: Guido Falsi <madpilot@FreeBSD.org> AuthorDate: 2023-10-02 09:08:45 +0000 Commit: Guido Falsi <madpilot@FreeBSD.org> CommitDate: 2023-10-02 09:08:45 +0000 x11-wm/xfce4-session: Update/correct dependencies - upower is not being used anymore - directly USE_XFCE=libmenu libexo is not actually being used, but was pulling in the required libmenu --- x11-wm/xfce4-session/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-wm/xfce4-session/Makefile b/x11-wm/xfce4-session/Makefile index 6d300ce1825e..beed4011f236 100644 --- a/x11-wm/xfce4-session/Makefile +++ b/x11-wm/xfce4-session/Makefile @@ -1,5 +1,6 @@ PORTNAME= xfce4-session PORTVERSION= 4.18.3 +PORTREVISION= 1 CATEGORIES= x11-wm xfce MASTER_SITES= XFCE DIST_SUBDIR= xfce4 @@ -14,13 +15,12 @@ BUILD_DEPENDS= iceauth:x11/iceauth RUN_DEPENDS= iceauth:x11/iceauth \ console-kit-daemon:sysutils/consolekit2 \ xrdb:x11/xrdb -LIB_DEPENDS= libupower-glib.so:sysutils/upower \ - libpolkit-gobject-1.so:sysutils/polkit +LIB_DEPENDS= libpolkit-gobject-1.so:sysutils/polkit USES= compiler:c11 gettext-tools gmake gnome libtool pathfix \ pkgconfig tar:bzip2 xfce xorg USE_GNOME= cairo gdkpixbuf2 gtk30 glib20 intltool libwnck3 -USE_XFCE= libexo xfconf +USE_XFCE= libmenu xfconf USE_XORG= ice sm x11 GNU_CONFIGURE= yes