git: be795d728897 - main - textproc/xml-format: Add missing dep
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 04 Feb 2025 12:49:43 UTC
The branch main has been updated by jwb: URL: https://cgit.FreeBSD.org/ports/commit/?id=be795d7288971e4cb3c2acf278b5d9a654a5c5fb commit be795d7288971e4cb3c2acf278b5d9a654a5c5fb Author: Jason W. Bacon <jwb@FreeBSD.org> AuthorDate: 2025-02-04 12:49:23 +0000 Commit: Jason W. Bacon <jwb@FreeBSD.org> CommitDate: 2025-02-04 12:49:23 +0000 textproc/xml-format: Add missing dep Retake maintainership --- textproc/xml-format/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/textproc/xml-format/Makefile b/textproc/xml-format/Makefile index cb8cb4720866..c90ee490e41e 100644 --- a/textproc/xml-format/Makefile +++ b/textproc/xml-format/Makefile @@ -5,12 +5,15 @@ CATEGORIES= textproc MAINTAINER= jwb@FreeBSD.org COMMENT= XML beautifier -WWW= https://github.com/outpaddling/xml-format/ +WWW= https://github.com/outpaddling/xml-format LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +LIB_DEPENDS+= libxtend.so:devel/libxtend + USE_GITHUB= yes + GH_ACCOUNT= outpaddling MAKE_ENV+= DATADIR=${DATADIR} MANPREFIX=${PREFIX}/share