git: bd94cb1ba7c1 - main - x11-toolkits/libdecor: simplify DBUS option after 064923481f42
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 03 Feb 2024 15:22:29 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=bd94cb1ba7c16218a0b35638aa319b5f1d73e1e5 commit bd94cb1ba7c16218a0b35638aa319b5f1d73e1e5 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2024-02-03 15:17:26 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2024-02-03 15:21:41 +0000 x11-toolkits/libdecor: simplify DBUS option after 064923481f42 --- x11-toolkits/libdecor/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-toolkits/libdecor/Makefile b/x11-toolkits/libdecor/Makefile index 4a045c25f0e2..4feb8f8045f1 100644 --- a/x11-toolkits/libdecor/Makefile +++ b/x11-toolkits/libdecor/Makefile @@ -32,9 +32,9 @@ LIB_DEPENDS.cairo= libgobject-2.0.so:devel/glib20 \ SELF_DEPENDS.cairo= main # Unused by the main library -LIB_DEPENDS.cairo+= ${"${PORT_OPTIONS:MDBUS}":?libdbus-1.so\:devel/dbus:} -LIB_DEPENDS.examples+= ${"${PORT_OPTIONS:MDBUS}":?libdbus-1.so\:devel/dbus:} -LIB_DEPENDS.gtk3+= ${"${PORT_OPTIONS:MDBUS}":?libdbus-1.so\:devel/dbus:} +DBUS_LIB_DEPENDS.cairo= libdbus-1.so:devel/dbus +DBUS_LIB_DEPENDS.examples= libdbus-1.so:devel/dbus +DBUS_LIB_DEPENDS.gtk3= libdbus-1.so:devel/dbus DBUS_MESON_ENABLED= dbus EXAMPLES_SUBPACKAGES= examples