mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
devel/sord: unbreak with --auto-features=enabled
doc/meson.build:6:0: ERROR: Program 'doxygen' not found or not executable PR: 270361 Reported by: antoine (via exp-run)
This commit is contained in:
parent
4c68c9e4cf
commit
09df1b7f1f
@ -15,6 +15,7 @@ LIB_DEPENDS= libpcre.so:devel/pcre \
|
||||
|
||||
USES= meson pkgconfig python:build tar:xz
|
||||
USE_LDCONFIG= yes
|
||||
MESON_ARGS= -Ddocs=disabled
|
||||
PLIST_SUB= VERSION=${DISTVERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
15
devel/sord/files/patch-meson.build
Normal file
15
devel/sord/files/patch-meson.build
Normal file
@ -0,0 +1,15 @@
|
||||
Manpages are available even with -Ddocs=disabled
|
||||
|
||||
--- meson.build.orig 2022-09-09 03:08:05 UTC
|
||||
+++ meson.build
|
||||
@@ -128,10 +128,8 @@ if not get_option('tools').disabled()
|
||||
meson.override_find_program('sord_validate', sord_validate)
|
||||
endif
|
||||
|
||||
- if not get_option('docs').disabled()
|
||||
install_man(files('doc/sordi.1'))
|
||||
install_man(files('doc/sord_validate.1'))
|
||||
- endif
|
||||
endif
|
||||
|
||||
if not get_option('docs').disabled()
|
Loading…
x
Reference in New Issue
Block a user