Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Jun 2023 14:58:36 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f39cd4db59c1 - main - devel/libdbusmenu: drop unused X11 dependency
Message-ID:  <202306031458.353Ewakp005446@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f39cd4db59c1d4847f63121ea489d0189ebf0a5a

commit f39cd4db59c1d4847f63121ea489d0189ebf0a5a
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-06-03 14:36:43 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-06-03 14:56:36 +0000

    devel/libdbusmenu: drop unused X11 dependency
    
    --disable-dumper disables libX11 check
---
 devel/libdbusmenu/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/devel/libdbusmenu/Makefile b/devel/libdbusmenu/Makefile
index 649471f1986e..9f56a1e422b4 100644
--- a/devel/libdbusmenu/Makefile
+++ b/devel/libdbusmenu/Makefile
@@ -20,10 +20,9 @@ LIB_DEPENDS=	libjson-glib-1.0.so:devel/json-glib \
 
 GNU_CONFIGURE=	yes
 USES=		compiler gettext-tools gmake gnome libtool pathfix pkgconfig python:run \
-		shebangfix vala:build xorg
+		shebangfix vala:build
 USE_GNOME=	cairo gdkpixbuf2 glib20 gtk30 intltool intlhack libxslt \
 		introspection:build
-USE_XORG=	x11
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
 



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