diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-07-13 14:42:37 +0800 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-07-13 14:42:37 +0800 |
commit | b35fa1b1a92fce0880ff7e3daa0c11cdd8e01c91 (patch) | |
tree | 813db7eec3b9fd31c2eab566698b43aaea27c387 /multimedia/vapoursynth | |
parent | 2fcc66a04a18aef6775ff988bfbb2a2f31de4abc (diff) | |
download | freebsd-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/Makefile | 7 |
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 |