diff options
author | wiz <wiz@pkgsrc.org> | 2004-11-06 00:47:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-11-06 00:47:34 +0000 |
commit | 2a65b48bea256db5144c7508999dd4fac3959f42 (patch) | |
tree | 52d4d40a90275b8a15ae9d85485a507b00bae808 /multimedia/mplayer | |
parent | 8a4c68795c57abc97653248a9d5bead4bdb41f64 (diff) | |
download | pkgsrc-2a65b48bea256db5144c7508999dd4fac3959f42.tar.gz |
Fix faad2 test in configure script on -current;
based on PR 26412 by Tom Spindler.
Bump PKGREVISION on all affected packages.
Diffstat (limited to 'multimedia/mplayer')
-rw-r--r-- | multimedia/mplayer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile index 94842e1953e..68dce330c3c 100644 --- a/multimedia/mplayer/Makefile +++ b/multimedia/mplayer/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2004/08/18 13:35:06 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2004/11/06 00:47:34 wiz Exp $ PKGNAME= mplayer-${MPLAYER_PKG_VERSION} -PKGREVISION= 2 +PKGREVISION= 3 COMMENT= Software-only MPEG-1/2/4 video decoder |