Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Jan 2023 20:58:02 GMT
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8dfb91e5aa0b - main - sysutils/conky-awesome: Disable new master port option MOUSE_EVENTS
Message-ID:  <202301012058.301Kw2Vm059919@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202301012058.301Kw2Vm059919>