git: 7e504433abfd - main - x11-toolkits/libdecor: sort OPTIONS_DEFINE after 975061d733c3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 21 Feb 2024 14:33:09 UTC
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