diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-05-03 16:32:13 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-05-03 16:32:13 +0000 |
commit | 71735c50d3cfe484178b83dd82da166e4316ccb1 (patch) | |
tree | 586340b3fce4564396cb12617bdd77b6c6a477a1 /multimedia/vapoursynth | |
parent | 6a29bcfbb1b071513015cfa94e2d8c28dfad8832 (diff) | |
download | ports-71735c50d3cfe484178b83dd82da166e4316ccb1.tar.gz ports-71735c50d3cfe484178b83dd82da166e4316ccb1.zip |
Notes
Diffstat (limited to 'multimedia/vapoursynth')
-rw-r--r-- | multimedia/vapoursynth/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/multimedia/vapoursynth/Makefile b/multimedia/vapoursynth/Makefile index de65133f91ac..53e53d4fd06a 100644 --- a/multimedia/vapoursynth/Makefile +++ b/multimedia/vapoursynth/Makefile @@ -20,13 +20,11 @@ INSTALL_TARGET= install-strip USE_LDCONFIG= yes DATADIR= ${PREFIX}/lib/vapoursynth -OPTIONS_DEFINE= DEBUG DOCS FRAME_GUARD +OPTIONS_DEFINE= DEBUG DOCS FRAME_GUARD SIMD OPTIONS_DEFAULT=${OPTIONS_GROUP_COMPS} ${OPTIONS_GROUP_PLUGINS} -OPTIONS_SUB= yes - -OPTIONS_DEFINE_amd64= SIMD -OPTIONS_DEFINE_i386= SIMD OPTIONS_DEFAULT_amd64= SIMD +OPTIONS_EXCLUDE=${ARCH:Namd64:Ni386:C/.+/SIMD/} +OPTIONS_SUB= yes OPTIONS_GROUP= COMPS PLUGINS COMPS_DESC= Components |