diff options
Diffstat (limited to 'x11-wm/xfce4-session/Makefile')
-rw-r--r-- | x11-wm/xfce4-session/Makefile | 29 |
1 files changed, 14 insertions, 15 deletions
diff --git a/x11-wm/xfce4-session/Makefile b/x11-wm/xfce4-session/Makefile index fc0a959e7ac3..7d1e998705f1 100644 --- a/x11-wm/xfce4-session/Makefile +++ b/x11-wm/xfce4-session/Makefile @@ -1,6 +1,5 @@ PORTNAME= xfce4-session -PORTVERSION= 4.20.2 -PORTREVISION= 1 +PORTVERSION= 4.20.3 CATEGORIES= x11-wm xfce MASTER_SITES= XFCE DIST_SUBDIR= xfce4 @@ -12,38 +11,38 @@ WWW= https://gitlab.xfce.org/xfce/xfce4-session LICENSE= GPLv2 BUILD_DEPENDS= iceauth:x11/iceauth -RUN_DEPENDS= iceauth:x11/iceauth \ - console-kit-daemon:sysutils/consolekit2 \ - xrdb:x11/xrdb LIB_DEPENDS= libpolkit-gobject-1.so:sysutils/polkit +RUN_DEPENDS= console-kit-daemon:sysutils/consolekit2 \ + iceauth:x11/iceauth \ + xrdb:x11/xrdb USES= compiler:c11 gettext-tools gmake gnome libtool pathfix \ pkgconfig tar:bzip2 xfce xorg -USE_GNOME= cairo gdkpixbuf gtk30 glib20 libwnck3 -USE_XFCE= libmenu xfconf windowing +USE_GNOME= cairo gdkpixbuf glib20 gtk30 libwnck3 +USE_XFCE= libmenu windowing xfconf USE_XORG= ice sm x11 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-legacy-sm \ - --with-backend=freebsd \ - --enable-x11 \ --enable-polkit \ - --with-xsession-prefix=${PREFIX} \ - --with-wayland-session-prefix=${PREFIX} -SUB_FILES= pkg-message + --enable-x11 \ + --with-backend=freebsd \ + --with-wayland-session-prefix=${PREFIX} \ + --with-xsession-prefix=${PREFIX} INSTALL_TARGET= install-strip PORTSCOUT= limitw:1,even +SUB_FILES= pkg-message + OPTIONS_DEFINE= NLS WAYLAND OPTIONS_DEFAULT= WAYLAND OPTIONS_SUB= yes -NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext-runtime +NLS_CONFIGURE_ENABLE= nls -WAYLAND_LIB_DEPENDS= libgtk-layer-shell.so:x11-toolkits/gtk-layer-shell \ - libwayland-client.so:graphics/wayland +WAYLAND_LIB_DEPENDS= libgtk-layer-shell.so:x11-toolkits/gtk-layer-shell WAYLAND_CONFIGURE_ENABLE= gtk-layer-shell wayland .include <bsd.port.mk> |