Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Feb 2024 14:33:09 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: 7e504433abfd - main - x11-toolkits/libdecor: sort OPTIONS_DEFINE after 975061d733c3
Message-ID:  <202402211433.41LEX9WW034033@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=7e504433abfdf3249db341f729a2f56c00f11dce

commit 7e504433abfdf3249db341f729a2f56c00f11dce
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2024-01-30 13:36:36 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2024-02-21 14:32:24 +0000

    x11-toolkits/libdecor: sort OPTIONS_DEFINE after 975061d733c3
    
    95f1b3cc0bda was accidentally reverted.
---
 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 84265654ff11..da43effd98b2 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?202402211433.41LEX9WW034033>