diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2023-10-22 15:04:16 +0000 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2023-10-22 15:04:20 +0000 |
commit | b488acf028c7cc4992f209bf5b10b0b32ea7efc0 (patch) | |
tree | 35a3bba1994807b791c87bdf4573baba08d028d6 /multimedia | |
parent | 86b0e308eb20ed0c8692386b1f1ee7011d2686ed (diff) | |
download | ports-b488acf028c7cc4992f209bf5b10b0b32ea7efc0.tar.gz ports-b488acf028c7cc4992f209bf5b10b0b32ea7efc0.zip |
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/vapoursynth-l-smash-works/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/multimedia/vapoursynth-l-smash-works/Makefile b/multimedia/vapoursynth-l-smash-works/Makefile index 3d4f4245d945..2a49e8fb7e52 100644 --- a/multimedia/vapoursynth-l-smash-works/Makefile +++ b/multimedia/vapoursynth-l-smash-works/Makefile @@ -11,6 +11,8 @@ WWW= https://github.com/HomeOfAviSynthPlusEvolution/L-SMASH-Works LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE +ONLY_FOR_ARCHS= amd64 powerpc64le + BUILD_DEPENDS= ${LOCALBASE}/include/vapoursynth/VSHelper.h:multimedia/vapoursynth LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ liblsmash.so:multimedia/l-smash |