git: ac8cfff79e2c - main - devel/d-feet: drop libxml2 dependency after 369d4f98effe
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 01 Nov 2022 14:24:24 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=ac8cfff79e2cb2278b5d18e81bcf95a723ede0d5 commit ac8cfff79e2cb2278b5d18e81bcf95a723ede0d5 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-11-01 14:10:31 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-11-01 14:24:08 +0000 devel/d-feet: drop libxml2 dependency after 369d4f98effe xmllint was only used by autotools via YELP_HELP_INIT from textproc/yelp-tools. --- devel/d-feet/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/devel/d-feet/Makefile b/devel/d-feet/Makefile index 12cdd6f809b1..f186b016be4e 100644 --- a/devel/d-feet/Makefile +++ b/devel/d-feet/Makefile @@ -16,8 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= itstool:textproc/itstool USES= gettext gnome meson pkgconfig python:3.5+ tar:xz -USE_GNOME= gtk30 libwnck3 pygobject3 introspection:build \ - libxml2:build +USE_GNOME= gtk30 libwnck3 pygobject3 introspection:build GLIB_SCHEMAS= org.gnome.dfeet.gschema.xml MESON_ARGS= -Dpython="${PYTHON_CMD}" -Dtests=false