diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2007-01-02 08:54:13 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2007-01-02 08:54:13 +0000 |
commit | 3d0dcc46ab28c7878935e64dfe02556912e62702 (patch) | |
tree | 181d1b6872876f32cf58ed1d2d107df2d1644a6a /multimedia/vlc | |
parent | 47f7062f8daf1af7f064d90f971d4749a42363e2 (diff) | |
download | ports-3d0dcc46ab28c7878935e64dfe02556912e62702.tar.gz ports-3d0dcc46ab28c7878935e64dfe02556912e62702.zip |
- Chase security/gnutls update
- Add an entry to UPDATING
- Pet portlint(1) for some ports while I'm here
Notes
Notes:
svn path=/head/; revision=181262
Diffstat (limited to 'multimedia/vlc')
-rw-r--r-- | multimedia/vlc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index 52497d64c2c8..218bbf7ce3ef 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -10,7 +10,7 @@ PORTNAME= vlc DISTVERSION= 0.8.5 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://download.videolan.org/pub/videolan/vlc/${PORTVERSION}/ \ http://ftp.snt.utwente.nl/pub/software/videolan/vlc/${PORTVERSION}/ \ @@ -431,7 +431,7 @@ RUN_DEPENDS+= transcode:${PORTSDIR}/multimedia/transcode .endif .if !defined(WITHOUT_HTTPD) && (defined(WITH_SSL) || exists(${LOCALBASE}/lib/libgnutls.a)) -LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+=--enable-gnutls .else CONFIGURE_ARGS+=--disable-gnutls |