diff options
-rw-r--r-- | multimedia/vlc-devel/Makefile | 9 | ||||
-rw-r--r-- | multimedia/vlc-devel/Makefile.inc | 6 |
2 files changed, 8 insertions, 7 deletions
diff --git a/multimedia/vlc-devel/Makefile b/multimedia/vlc-devel/Makefile index 8d237ea2a..3a0033515 100644 --- a/multimedia/vlc-devel/Makefile +++ b/multimedia/vlc-devel/Makefile @@ -2,14 +2,15 @@ # Date created: 3rd August 2001 # Whom: Brian Somers <brian@FreeBSD.org> # -# $FreeBSD: ports/multimedia/vlc-devel/Makefile,v 1.146 2006/05/22 01:12:07 ahze Exp $ -# $MCom: ports/multimedia/vlc-devel/Makefile,v 1.11 2006/05/22 14:10:53 ahze Exp $ +# $FreeBSD$ +# $MCom: ports/multimedia/vlc-devel/Makefile,v 1.12 2006/06/09 18:13:48 ahze Exp $ # # *** PLEASE READ Makefile.inc for more information on knobs *** # PORTNAME= vlc -DISTVERSION= 0.8.6.20060521 +DISTVERSION= 0.8.6.20060621 +PORTREVISION= 1 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://nightlies.videolan.org/build/source/ # http://download.videolan.org/pub/videolan/vlc/${PORTVERSION}/ \ @@ -191,7 +192,7 @@ CONFIGUE_ARGS+= --disable-bonjour .if !defined(WITHOUT_CDROM) LIB_DEPENDS+= vcdinfo.2:${PORTSDIR}/multimedia/vcdimager \ - cdio.6:${PORTSDIR}/sysutils/libcdio + cdio.7:${PORTSDIR}/sysutils/libcdio CONFIGURE_ARGS+=--enable-vcd \ --disable-libcdio \ --disable-libcddb \ diff --git a/multimedia/vlc-devel/Makefile.inc b/multimedia/vlc-devel/Makefile.inc index 0b7444d82..a5f94d42b 100644 --- a/multimedia/vlc-devel/Makefile.inc +++ b/multimedia/vlc-devel/Makefile.inc @@ -4,8 +4,8 @@ # enabled by default, if it starts with WITH_ it is disabled by default # and will be autodetected to enable # -# $FreeBSD: ports/multimedia/vlc-devel/Makefile.inc,v 1.4 2006/05/22 01:12:07 ahze Exp $ -# $MCom: ports/multimedia/vlc-devel/Makefile.inc,v 1.2 2006/05/15 02:46:26 ahze Exp $ +# $FreeBSD$ +# $MCom: ports/multimedia/vlc-devel/Makefile.inc,v 1.3 2006/05/22 01:50:17 ahze Exp $ # # If you define for example WITH_FAAD and WITHOUT_FAAD # the WITHOUT_ will always over ride the WITH_. @@ -232,7 +232,7 @@ pre-everything:: @${ECHO_MSG} "" - @${ECHO_MSG} "Take a careful look at the beginning of the Makefile in order" + @${ECHO_MSG} "Take a careful look at the beginning of the Makefile.inc in order" @${ECHO_MSG} "to learn how to tune VLC to your personal preferences!" @${ECHO_MSG} "" .if !defined(BATCH) || !defined(PACKAGE_BUILDING) |