aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/gnash
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2008-10-15 18:03:02 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2008-10-15 18:03:02 +0800
commit5d170ab46db7447609212d24fc802d08413cab18 (patch)
tree6210f36b9f8f0c3a310490fd01c0898ebfe30dd2 /graphics/gnash
parentcc445fd88804d980c06e023d869a7ac823aaa48e (diff)
downloadfreebsd-ports-gnome-5d170ab46db7447609212d24fc802d08413cab18.tar.gz
freebsd-ports-gnome-5d170ab46db7447609212d24fc802d08413cab18.tar.zst
freebsd-ports-gnome-5d170ab46db7447609212d24fc802d08413cab18.zip
- Add missing SDL dependency
Diffstat (limited to 'graphics/gnash')
-rw-r--r--graphics/gnash/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/gnash/Makefile b/graphics/gnash/Makefile
index 966543d46940..26d7a059158e 100644
--- a/graphics/gnash/Makefile
+++ b/graphics/gnash/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gnash
PORTVERSION= 0.8.4
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://getgnash.org/packages/releases/ \
${MASTER_SITE_GNU}
@@ -160,6 +161,7 @@ USE_SDL+= sdl
.elif !defined(WITH_FFMPEG) && defined(WITH_GSTREAMER)
USE_GSTREAMER= yes
CONFIGURE_ARGS+= --enable-media=gst
+USE_SDL+= sdl
.elif !defined(WITH_FFMPEG) && !defined(WITH_GSTREAMER)
CONFIGURE_ARGS+= --enable-media=none
.else