- Add missing SDL dependency
This commit is contained in:
parent
4913cc9d6f
commit
066cd9cd09
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=221608
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue