git: 2a2641ec7ee1 - main - sysutils/tracker3: Unbreak with asciidoc (for real)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 01 Feb 2022 05:12:58 UTC
The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=2a2641ec7ee19b838037252c72c3e6468cad0579 commit 2a2641ec7ee19b838037252c72c3e6468cad0579 Author: Neel Chauhan <nc@FreeBSD.org> AuthorDate: 2022-02-01 05:12:55 +0000 Commit: Neel Chauhan <nc@FreeBSD.org> CommitDate: 2022-02-01 05:12:55 +0000 sysutils/tracker3: Unbreak with asciidoc (for real) --- sysutils/tracker3/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/sysutils/tracker3/Makefile b/sysutils/tracker3/Makefile index aff8825b686d..da5dc2528236 100644 --- a/sysutils/tracker3/Makefile +++ b/sysutils/tracker3/Makefile @@ -11,8 +11,7 @@ COMMENT= Object database, tag/metadata database, search tool and indexer LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING.LGPL -BUILD_DEPENDS= asciidoc:textproc/asciidoc \ - valac:lang/vala +BUILD_DEPENDS= valac:lang/vala LIB_DEPENDS= libdbus-1.so:devel/dbus \ libicutu.so:devel/icu \ libjson-glib-1.0.so:devel/json-glib \ @@ -27,7 +26,7 @@ USE_LDCONFIG= yes MESON_ARGS= -Dbash_completion=true \ -Dbash_completion_dir=${PREFIX}/etc/bash_completion.d \ -Ddocs=false \ - -Dman=true \ + -Dman=false \ -Dstemmer=disabled \ -Dsystemd_user_services=false @@ -37,9 +36,11 @@ PORTSCOUT= limitw:1,even PLIST_SUB= LIBVER=0.304.0 -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS MAN DOCS_BUILD_DEPENDS= gtk-doc>0:textproc/gtk-doc DOCS_MESON_TRUE= docs +MAN_BUILD_DEPENDS= asciidoc:textproc/asciidoc \ +MAN_MESON_TRUE= man post-patch: ${REINPLACE_CMD} -e 's^/etc/asciidoc^${PREFIX}/etc/asciidoc^' \