Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jan 2024 13:37:20 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: 95f1b3cc0bda - main - x11-toolkits/libdecor: sort OPTIONS_DEFINE after 92742ee3fbda
Message-ID:  <202401301337.40UDbKZW029032@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=95f1b3cc0bdae33e224ba5fce700f5bd96ab45dc

commit 95f1b3cc0bdae33e224ba5fce700f5bd96ab45dc
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2024-01-30 13:36:36 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2024-01-30 13:37:11 +0000

    x11-toolkits/libdecor: sort OPTIONS_DEFINE after 92742ee3fbda
---
 x11-toolkits/libdecor/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-toolkits/libdecor/Makefile b/x11-toolkits/libdecor/Makefile
index 79cc537a542f..4a045c25f0e2 100644
--- a/x11-toolkits/libdecor/Makefile
+++ b/x11-toolkits/libdecor/Makefile
@@ -18,7 +18,7 @@ USE_GITLAB=	yes
 USE_LDCONFIG=	yes
 GL_SITE=	https://gitlab.freedesktop.org
 
-OPTIONS_DEFINE=	EXAMPLES CAIRO DBUS GTK3
+OPTIONS_DEFINE=	CAIRO DBUS EXAMPLES GTK3
 OPTIONS_DEFAULT=CAIRO DBUS GTK3
 OPTIONS_SUB=	yes
 



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