Merge BUILD_DEPENDS change (texi2html) from r385084 into ffmpeg26
This commit is contained in:
parent
58826f13d3
commit
52a32b6505
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=385087
@ -15,8 +15,7 @@ LICENSE= GPLv2 LGPL21
|
||||
LICENSE_COMB= multi
|
||||
|
||||
BUILD_DEPENDS= yasm:${PORTSDIR}/devel/yasm \
|
||||
${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils \
|
||||
texi2html:${PORTSDIR}/textproc/texi2html
|
||||
${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils
|
||||
|
||||
UNIQUENAME= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}
|
||||
|
||||
@ -281,9 +280,14 @@ CONFIGURE_ARGS+=--prefix="${PREFIX}" \
|
||||
DOC_FILES= Changelog CREDITS INSTALL.md LICENSE.md MAINTAINERS \
|
||||
README.md RELEASE_NOTES
|
||||
# under doc subdirectory
|
||||
DOC_DOCFILES= APIchanges *.txt *.html
|
||||
DOC_DOCFILES= APIchanges *.txt
|
||||
PORTDOCS= *
|
||||
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
DOC_DOCFILES+= *.html
|
||||
BUILD_DEPENDS+= texi2html:${PORTSDIR}/textproc/texi2html
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MDEBUG}
|
||||
CONFIGURE_ARGS+= --disable-stripping
|
||||
.else
|
||||
|
Loading…
Reference in New Issue
Block a user