From 9d249534613dd66b4cb9df41f46285e2a4c1ceba Mon Sep 17 00:00:00 2001 From: novel Date: Tue, 2 Jan 2007 08:54:13 +0000 Subject: - Chase security/gnutls update - Add an entry to UPDATING - Pet portlint(1) for some ports while I'm here --- multimedia/vlc-devel/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'multimedia/vlc-devel') diff --git a/multimedia/vlc-devel/Makefile b/multimedia/vlc-devel/Makefile index df68130507ba..4766a02f5f8e 100644 --- a/multimedia/vlc-devel/Makefile +++ b/multimedia/vlc-devel/Makefile @@ -10,7 +10,7 @@ PORTNAME= vlc DISTVERSION= 0.8.6 -PORTREVISION= 0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://download.videolan.org/pub/videolan/vlc/${PORTVERSION}/ \ @@ -482,7 +482,7 @@ RUN_DEPENDS+= transcode:${PORTSDIR}/multimedia/transcode .endif .if !defined(WITHOUT_HTTPD) -LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+=--enable-gnutls .else CONFIGURE_ARGS+=--disable-gnutls -- cgit