git: 95f1b3cc0bda - main - x11-toolkits/libdecor: sort OPTIONS_DEFINE after 92742ee3fbda
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Jan 2024 13:37:20 UTC
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