aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/vapoursynth
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2016-07-13 14:42:37 +0800
committerJan Beich <jbeich@FreeBSD.org>2016-07-13 14:42:37 +0800
commitb35fa1b1a92fce0880ff7e3daa0c11cdd8e01c91 (patch)
tree813db7eec3b9fd31c2eab566698b43aaea27c387 /multimedia/vapoursynth
parent2fcc66a04a18aef6775ff988bfbb2a2f31de4abc (diff)
downloadfreebsd-ports-gnome-b35fa1b1a92fce0880ff7e3daa0c11cdd8e01c91.tar.gz
freebsd-ports-gnome-b35fa1b1a92fce0880ff7e3daa0c11cdd8e01c91.tar.zst
freebsd-ports-gnome-b35fa1b1a92fce0880ff7e3daa0c11cdd8e01c91.zip
multimedia/vapoursynth: unbreak after r417413
https://lists.freebsd.org/pipermail/freebsd-ports/2016-June/103724.html Reported by: pkg-fallout
Diffstat (limited to 'multimedia/vapoursynth')
-rw-r--r--multimedia/vapoursynth/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/multimedia/vapoursynth/Makefile b/multimedia/vapoursynth/Makefile
index de65133f91ac..350c4fb09925 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