summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2016-07-17 17:19:33 +0000
committerjbeich <jbeich@FreeBSD.org>2016-07-17 17:19:33 +0000
commit87895fe44cf0d916812fc3465f098e0a05e59775 (patch)
tree98fba9af2dde4d4c7f27a4af2919021ce9b3676a
parent606c193449bcc17834addf9ed15c3f72b4d2de2b (diff)
downloadFreeBSD-ports-87895fe44cf0d916812fc3465f098e0a05e59775.zip
FreeBSD-ports-87895fe44cf0d916812fc3465f098e0a05e59775.tar.gz
MFH: r418462
multimedia/vapoursynth: unbreak after r417413 https://lists.freebsd.org/pipermail/freebsd-ports/2016-June/103724.html Reported by: pkg-fallout Approved by: ports-secteam bustage blanket
-rw-r--r--multimedia/vapoursynth/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/multimedia/vapoursynth/Makefile b/multimedia/vapoursynth/Makefile
index de65133..350c4fb 100644
--- a/multimedia/vapoursynth/Makefile
+++ b/multimedia/vapoursynth/Makefile
@@ -24,6 +24,13 @@ OPTIONS_DEFINE= DEBUG DOCS FRAME_GUARD
OPTIONS_DEFAULT=${OPTIONS_GROUP_COMPS} ${OPTIONS_GROUP_PLUGINS}
OPTIONS_SUB= yes
+# XXX After r417413 poudriere requires textproc/py-sphinx being built
+# with the same python version as USES=python here but it's currently
+# not possible due to https://github.com/freebsd/poudriere/issues/259
+.if defined(PACKAGE_BUILDING)
+OPTIONS_EXCLUDE=DOCS
+.endif
+
OPTIONS_DEFINE_amd64= SIMD
OPTIONS_DEFINE_i386= SIMD
OPTIONS_DEFAULT_amd64= SIMD
OpenPOWER on IntegriCloud