diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-05-22 01:10:34 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-05-22 01:10:34 +0000 |
commit | 0bf166fbce917b6f364b3bbffad0091433327cbb (patch) | |
tree | 512f03fa5839c8172483ba380c0ad0aaff81970b /multimedia/vapoursynth | |
parent | 023a44f1ca4f6803a1edc8a8b119e00e8899cfd8 (diff) | |
download | ports-0bf166fbce917b6f364b3bbffad0091433327cbb.tar.gz ports-0bf166fbce917b6f364b3bbffad0091433327cbb.zip |
Partially back out r414539, it only made sense for devel/fb-adb
Notes
Notes:
svn path=/head/; revision=415615
Diffstat (limited to 'multimedia/vapoursynth')
-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 |