From bee0ac58b31b49d4999c27a48b677263a9a1328d Mon Sep 17 00:00:00 2001 From: novel Date: Sun, 1 Jul 2007 08:56:16 +0000 Subject: Chase gnutls shared library version chase: adjust DEPENDS lines and bump PORTREVISIONs. --- multimedia/vlc/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'multimedia/vlc/Makefile') diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index 5491551c3278..4e5aa9d8b9a9 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -10,6 +10,7 @@ PORTNAME= vlc DISTVERSION= 0.8.6c +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://download.videolan.org/pub/videolan/vlc/${DISTVERSION}/ \ @@ -476,7 +477,7 @@ RUN_DEPENDS+= transcode:${PORTSDIR}/multimedia/transcode .endif .if !defined(WITHOUT_HTTPD) -LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+=--enable-gnutls .else CONFIGURE_ARGS+=--disable-gnutls -- cgit