aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2011-03-10 21:48:02 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2011-03-10 21:48:02 +0800
commit003b9a3caadc0d3ba50ee497fe0aeba8554f0a18 (patch)
treeebf8413012c0ce2224306eb65dff9acbcc9e5e0b /graphics
parentfb9c0f429e914bd2cb7c8002fe9ef45c86241594 (diff)
downloadfreebsd-ports-gnome-003b9a3caadc0d3ba50ee497fe0aeba8554f0a18.tar.gz
freebsd-ports-gnome-003b9a3caadc0d3ba50ee497fe0aeba8554f0a18.tar.zst
freebsd-ports-gnome-003b9a3caadc0d3ba50ee497fe0aeba8554f0a18.zip
- Fix condition
Diffstat (limited to 'graphics')
-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