aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorkoobs <koobs@FreeBSD.org>2015-01-27 12:38:11 +0800
committerkoobs <koobs@FreeBSD.org>2015-01-27 12:38:11 +0800
commit0e6aca67c1c3c38b5ebe32ed50b01634e5eec2cf (patch)
tree0bbdbe1820432c9cc5f9631da73773d246de76f6 /multimedia
parent09e00082bd8182adf5101b8216d48cca9117b5ef (diff)
downloadfreebsd-ports-gnome-0e6aca67c1c3c38b5ebe32ed50b01634e5eec2cf.tar.gz
freebsd-ports-gnome-0e6aca67c1c3c38b5ebe32ed50b01634e5eec2cf.tar.zst
freebsd-ports-gnome-0e6aca67c1c3c38b5ebe32ed50b01634e5eec2cf.zip
multimedia/{lib}x264: Update minimum yasm version
Update the minimum version of yasm required in BUILD_DEPENDS. PR: 196991 Submitted by: takefu airport.fm
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/libx264/Makefile2
-rw-r--r--multimedia/x264/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/libx264/Makefile b/multimedia/libx264/Makefile
index a6ef79f8ca37..c6fc87e2fe9c 100644
--- a/multimedia/libx264/Makefile
+++ b/multimedia/libx264/Makefile
@@ -20,7 +20,7 @@ COMMENT= Library for encoding H.264/MPEG-4 AVC video
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-BUILD_DEPENDS= yasm>=0.6.0:${PORTSDIR}/devel/yasm \
+BUILD_DEPENDS= yasm>=1.2.0:${PORTSDIR}/devel/yasm \
bash:${PORTSDIR}/shells/bash
X264_BUILD= 142
diff --git a/multimedia/x264/Makefile b/multimedia/x264/Makefile
index f2938b4e41f1..670d5454add0 100644
--- a/multimedia/x264/Makefile
+++ b/multimedia/x264/Makefile
@@ -34,7 +34,7 @@ COMMENT= Front-end for encoding H.264/MPEG-4 AVC video
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-BUILD_DEPENDS= yasm>=0.6.0:${PORTSDIR}/devel/yasm \
+BUILD_DEPENDS= yasm>=1.2.0:${PORTSDIR}/devel/yasm \
bash:${PORTSDIR}/shells/bash
LIB_DEPENDS= libx264.so:${PORTSDIR}/multimedia/libx264