git: f39cd4db59c1 - main - devel/libdbusmenu: drop unused X11 dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 03 Jun 2023 14:58:36 UTC
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