1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

multimedia/ffmpeg0: Fix X11GRAB dependency typo

Fix a typo (s/xent/xext) in the X11GRAB USE_XORG dependency assignment that was
introduced in r391234.

PR:		201321
Submitted by:	Andrey Fesenko <andrey bsdnir info>
Approved by:	pointyhat (koobs)
This commit is contained in:
Kubilay Kocak 2015-07-04 04:10:52 +00:00
parent 58a1d4eb97
commit d35a132a5a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=391292

View File

@ -3,7 +3,7 @@
PORTNAME= ffmpeg
PORTVERSION= 0.7.16
PORTREVISION= 9
PORTREVISION= 10
PORTEPOCH= 1
CATEGORIES= multimedia audio ipv6 net
MASTER_SITES= http://ffmpeg.org/releases/
@ -118,7 +118,7 @@ SPEEX_CONFIGURE_ENABLE= libspeex
THEORA_LIB_DEPENDS= libtheora.so:${PORTSDIR}/multimedia/libtheora
THEORA_CONFIGURE_ENABLE= libtheora
X11GRAB_USE= XORG=x11,xent,xfixes
X11GRAB_USE= XORG=x11,xext,xfixes
X11GRAB_CONFIGURE_ON= --enable-x11grab
X264_LIB_DEPENDS= libx264.so:${PORTSDIR}/multimedia/libx264