git: 8dfb91e5aa0b - main - sysutils/conky-awesome: Disable new master port option MOUSE_EVENTS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 01 Jan 2023 20:58:02 UTC
The branch main has been updated by madpilot:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8dfb91e5aa0b45edc511c9a42c32c31085179d9d
commit 8dfb91e5aa0b45edc511c9a42c32c31085179d9d
Author: Guido Falsi <madpilot@FreeBSD.org>
AuthorDate: 2023-01-01 20:57:15 +0000
Commit: Guido Falsi <madpilot@FreeBSD.org>
CommitDate: 2023-01-01 20:57:15 +0000
sysutils/conky-awesome: Disable new master port option MOUSE_EVENTS
The MOUSE_EVENTS option depends on X11 support.
---
sysutils/conky-awesome/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sysutils/conky-awesome/Makefile b/sysutils/conky-awesome/Makefile
index 5e4151392bb0..967b3694f0ba 100644
--- a/sysutils/conky-awesome/Makefile
+++ b/sysutils/conky-awesome/Makefile
@@ -8,7 +8,7 @@ DESCR= ${.CURDIR}/pkg-descr
CONFLICTS= conky
-OPTIONS_EXCLUDE= X11 ARGB DOUBLE_BUFFER IMLIB2 XFT XINERAMA LUA_CAIRO LUA_IMLIB2 \
- LUA_RSVG WAYLAND
+OPTIONS_EXCLUDE= X11 ARGB DOUBLE_BUFFER IMLIB2 MOUSE_EVENTS XFT XINERAMA LUA_CAIRO \
+ LUA_IMLIB2 LUA_RSVG WAYLAND
.include "${MASTERDIR}/Makefile"