diff options
author | Jason W. Bacon <jwb@FreeBSD.org> | 2025-02-04 12:49:23 +0000 |
---|---|---|
committer | Jason W. Bacon <jwb@FreeBSD.org> | 2025-02-04 12:49:23 +0000 |
commit | be795d7288971e4cb3c2acf278b5d9a654a5c5fb (patch) | |
tree | a30df910cdd445391c33addd81d06d8e6e18ffac | |
parent | 5864209c1b40b80034e24327e2881b5219817300 (diff) |
textproc/xml-format: Add missing dep
Retake maintainership
-rw-r--r-- | textproc/xml-format/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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 |