Skip to content

Commit

Permalink
PR/41461: depend on audio/libdca if ffmpeg option is set. Revision bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
shattered committed Feb 23, 2011
1 parent 41416f9 commit 34658fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions multimedia/gnash/Makefile
@@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.32 2011/01/13 13:38:54 wiz Exp $
# $NetBSD: Makefile,v 1.33 2011/02/23 12:15:52 shattered Exp $
#

DISTNAME= gnash-${VER}
VER= 0.8.8
PKGREVISION= 3
PKGREVISION= 4
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_GNU:=gnash/${VER}/}
EXTRACT_SUFX= .tar.bz2
Expand Down
3 changes: 2 additions & 1 deletion multimedia/gnash/options.mk
@@ -1,4 +1,4 @@
# $NetBSD: options.mk,v 1.12 2010/10/29 14:15:02 obache Exp $
# $NetBSD: options.mk,v 1.13 2011/02/23 12:15:52 shattered Exp $
#

#
Expand Down Expand Up @@ -94,6 +94,7 @@ CONFIGURE_ARGS+= --enable-renderer=${GNASH_RENDER:tW:S/ /,/}
###
.if !empty(PKG_OPTIONS:Mffmpeg)
GNASH_MEDIA+= ffmpeg
.include "../../audio/libdca/buildlink3.mk"
.include "../../audio/SDL_mixer/buildlink3.mk"
.include "../../devel/SDL/buildlink3.mk"
.include "../../multimedia/ffmpeg/buildlink3.mk"
Expand Down

0 comments on commit 34658fa

Please sign in to comment.