svn commit: r385087 - head/multimedia/ffmpeg26
Thomas Zander
riggs at FreeBSD.org
Fri May 1 07:24:21 UTC 2015
Author: riggs
Date: Fri May 1 07:24:20 2015
New Revision: 385087
URL: https://svnweb.freebsd.org/changeset/ports/385087
Log:
Merge BUILD_DEPENDS change (texi2html) from r385084 into ffmpeg26
Modified:
head/multimedia/ffmpeg26/Makefile (contents, props changed)
Modified: head/multimedia/ffmpeg26/Makefile
==============================================================================
--- head/multimedia/ffmpeg26/Makefile Fri May 1 07:17:02 2015 (r385086)
+++ head/multimedia/ffmpeg26/Makefile Fri May 1 07:24:20 2015 (r385087)
@@ -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
More information about the svn-ports-head
mailing list