[Midnightbsd-cvs] mports: Makefile: Fix theora libver

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Nov 28 17:38:49 EST 2007


Log Message:
-----------
Fix theora libver

Modified Files:
--------------
    mports/multimedia/mplayer:
        Makefile (r1.5 -> r1.6)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/multimedia/mplayer/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -L multimedia/mplayer/Makefile -L multimedia/mplayer/Makefile -u -r1.5 -r1.6
--- multimedia/mplayer/Makefile
+++ multimedia/mplayer/Makefile
@@ -85,7 +85,7 @@
 
 PORTNAME=	mplayer
 PORTVERSION=	0.99.10
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	multimedia audio
 MASTER_SITES=	http://www1.mplayerhq.hu/MPlayer/releases/ \
 		http://www2.mplayerhq.hu/MPlayer/releases/ \
@@ -388,7 +388,7 @@
 .endif
 
 .if defined(WITH_THEORA)
-LIB_DEPENDS+=	theora.2:${PORTSDIR}/multimedia/libtheora
+LIB_DEPENDS+=	theora.0:${PORTSDIR}/multimedia/libtheora
 .else
 CONFIGURE_ARGS+=	--disable-theora
 .endif


More information about the Midnightbsd-cvs mailing list