mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
Fix build failure with DOCS option and edge case
In certain situations, e.g. when docbook ports have been deinstalled before building audacity with DOCS option, build may fail. Prevent this case by explicitly including required docbook ports in DOCS_BUILD_DEPENDS PR: 204785 Submitted by: rhurlin@gwdg.de Reviewed by: xxjack12xx@gmail.com (maintainer) Approved by: xxjack12xx@gmail.com (maintainer)
This commit is contained in:
parent
15712a82b6
commit
2b5cd8c2cc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=402536
@ -62,6 +62,9 @@ CONFIGURE_SHELL?=${LOCALBASE}/bin/bash
|
||||
|
||||
DEBUG_CONFIGURE_WITH= debug
|
||||
|
||||
DOCS_BUILD_DEPENDS= docbook-to-man:${PORTSDIR}/textproc/docbook-to-man \
|
||||
docbook2man:${PORTSDIR}/textproc/docbook-utils
|
||||
|
||||
FLAC_CONFIGURE_WITH= libflac
|
||||
FLAC_LIB_DEPENDS= libFLAC.so:${PORTSDIR}/audio/flac
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user