Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Oct 2024 14:03:06 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: fb43c5e9543b - main - x11/xfce4-whiskermenu-plugin: sort options after 9c49c355b923
Message-ID:  <202410071403.497E36SM091187@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fb43c5e9543b7a832f6a69feda2344a455d2c757

commit fb43c5e9543b7a832f6a69feda2344a455d2c757
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2024-10-07 14:00:48 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2024-10-07 14:02:38 +0000

    x11/xfce4-whiskermenu-plugin: sort options after 9c49c355b923
    
    PR:             281846
---
 x11/xfce4-whiskermenu-plugin/Makefile | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/x11/xfce4-whiskermenu-plugin/Makefile b/x11/xfce4-whiskermenu-plugin/Makefile
index 755e228f0271..4aec4ed5cae5 100644
--- a/x11/xfce4-whiskermenu-plugin/Makefile
+++ b/x11/xfce4-whiskermenu-plugin/Makefile
@@ -16,8 +16,8 @@ USES=		cmake compiler:c++14-lang gettext-tools gnome localbase \
 USE_GNOME=	cairo gdkpixbuf2 gtk30
 USE_XFCE=	garcon libexo panel xfconf
 
-OPTIONS_DEFINE=		ACCOUNTS_SERVICE WAYLAND LTO NLS
-OPTIONS_DEFAULT=	ACCOUNTS_SERVICE WAYLAND LTO
+OPTIONS_DEFINE=		ACCOUNTS_SERVICE LTO NLS WAYLAND
+OPTIONS_DEFAULT=	ACCOUNTS_SERVICE LTO WAYLAND
 OPTIONS_SUB=		yes
 
 ACCOUNTS_SERVICE_DESC=	Enable AccountsService support
@@ -25,13 +25,13 @@ ACCOUNTS_SERVICE_DESC=	Enable AccountsService support
 ACCOUNTS_SERVICE_LIB_DEPENDS=	libaccountsservice.so:sysutils/accountsservice
 ACCOUNTS_SERVICE_CMAKE_BOOL=	ENABLE_ACCOUNTS_SERVICE
 
-WAYLAND_LIB_DEPENDS=	libgtk-layer-shell.so:x11-toolkits/gtk-layer-shell
-WAYLAND_CMAKE_BOOL=	ENABLE_GTK_LAYER_SHELL
-
 LTO_CMAKE_BOOL=	ENABLE_LINK_TIME_OPTIMIZATION
 
 NLS_USES=	gettext-runtime
 
+WAYLAND_LIB_DEPENDS=	libgtk-layer-shell.so:x11-toolkits/gtk-layer-shell
+WAYLAND_CMAKE_BOOL=	ENABLE_GTK_LAYER_SHELL
+
 post-patch-NLS-off:
 	@${REINPLACE_CMD} '/add_subdirectory(po)/d' ${WRKSRC}/CMakeLists.txt
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410071403.497E36SM091187>