diff options
-rw-r--r-- | multimedia/mplayer-share/options.mk | 3 | ||||
-rw-r--r-- | multimedia/mplayer/Makefile | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/multimedia/mplayer-share/options.mk b/multimedia/mplayer-share/options.mk index 73e7626f914..cfe43870b96 100644 --- a/multimedia/mplayer-share/options.mk +++ b/multimedia/mplayer-share/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.19 2006/10/31 22:33:28 wiz Exp $ +# $NetBSD: options.mk,v 1.20 2006/12/27 21:14:12 joerg Exp $ .if defined(PKGNAME) && empty(PKGNAME:Mmplayer-share*) @@ -239,7 +239,6 @@ CONFIGURE_ARGS+= --disable-theora .if !empty(PKG_OPTIONS:Mvorbis) CONFIGURE_ARGS+= --enable-libvorbis -. include "../../audio/libvorbis/buildlink3.mk" .else CONFIGURE_ARGS+= --disable-libvorbis .endif diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile index 79be491e9c9..e1ba7deb2f0 100644 --- a/multimedia/mplayer/Makefile +++ b/multimedia/mplayer/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.36 2006/12/07 14:09:03 drochner Exp $ +# $NetBSD: Makefile,v 1.37 2006/12/27 21:14:12 joerg Exp $ PKGNAME= mplayer-${MPLAYER_PKG_VERSION} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= Software-only MPEG-1/2/4 video decoder |