aboutsummaryrefslogtreecommitdiff
path: root/graphics/gnash
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2011-03-10 13:48:02 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2011-03-10 13:48:02 +0000
commitde9968987d97709e6b0b97f6b00fdc3e09df6eb8 (patch)
tree75a1abe1e9bbf41ea387eda765c35908ba90e935 /graphics/gnash
parent7d76a3dae44c0c447ce79cd753e1f0c54ccc0cf8 (diff)
downloadports-de9968987d97709e6b0b97f6b00fdc3e09df6eb8.tar.gz
ports-de9968987d97709e6b0b97f6b00fdc3e09df6eb8.zip
Notes
Diffstat (limited to 'graphics/gnash')
-rw-r--r--graphics/gnash/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gnash/Makefile b/graphics/gnash/Makefile
index ca3764966f8b..41ff75c1070c 100644
--- a/graphics/gnash/Makefile
+++ b/graphics/gnash/Makefile
@@ -201,8 +201,8 @@ CONFIGURE_ARGS+= --enable-renderer=`${ECHO} ${GNASH_RENDERERS} | ${TR} ' ' ,`
#
# Hardware acceleration options processing
#
-.if defined(WITH_VAAPI) && !defined(WITHOUT_FFMPEG)
-. if !defined(WITH_VAAPI)
+.if defined(WITH_VAAPI)
+. if !defined(WITH_FFMPEG)
IGNORE= VAAPI currently works only with FFMPEG. Please rerun 'make config' and enable FFMPEG.
. endif
LIB_DEPENDS+= va.1:${PORTSDIR}/multimedia/libva