diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-05-22 09:10:34 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-05-22 09:10:34 +0800 |
commit | 49366e8dab54dc497d5671e3ca9e46517442819e (patch) | |
tree | 512f03fa5839c8172483ba380c0ad0aaff81970b /multimedia | |
parent | 93af3770151d5afa0d8a70ca3212555ff513b0c1 (diff) | |
download | freebsd-ports-gnome-49366e8dab54dc497d5671e3ca9e46517442819e.tar.gz freebsd-ports-gnome-49366e8dab54dc497d5671e3ca9e46517442819e.tar.zst freebsd-ports-gnome-49366e8dab54dc497d5671e3ca9e46517442819e.zip |
Partially back out r414539, it only made sense for devel/fb-adb
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/vapoursynth/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/multimedia/vapoursynth/Makefile b/multimedia/vapoursynth/Makefile index 53e53d4fd06a..de65133f91ac 100644 --- a/multimedia/vapoursynth/Makefile +++ b/multimedia/vapoursynth/Makefile @@ -20,12 +20,14 @@ INSTALL_TARGET= install-strip USE_LDCONFIG= yes DATADIR= ${PREFIX}/lib/vapoursynth -OPTIONS_DEFINE= DEBUG DOCS FRAME_GUARD SIMD +OPTIONS_DEFINE= DEBUG DOCS FRAME_GUARD OPTIONS_DEFAULT=${OPTIONS_GROUP_COMPS} ${OPTIONS_GROUP_PLUGINS} -OPTIONS_DEFAULT_amd64= SIMD -OPTIONS_EXCLUDE=${ARCH:Namd64:Ni386:C/.+/SIMD/} OPTIONS_SUB= yes +OPTIONS_DEFINE_amd64= SIMD +OPTIONS_DEFINE_i386= SIMD +OPTIONS_DEFAULT_amd64= SIMD + OPTIONS_GROUP= COMPS PLUGINS COMPS_DESC= Components OPTIONS_GROUP_COMPS= CORE PYTHON VSPIPE VSSCRIPT |