aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/vlc
diff options
context:
space:
mode:
authorbland <bland@FreeBSD.org>2009-09-11 11:39:49 +0800
committerbland <bland@FreeBSD.org>2009-09-11 11:39:49 +0800
commitf48279774174d234d6060771baa96bb6308ebfe7 (patch)
treeae020ccc303347eddf010c0b4d92f087b717b4bf /multimedia/vlc
parent8ed7efb684ea0b698a2aae92022babfd97fb0c7d (diff)
downloadfreebsd-ports-gnome-f48279774174d234d6060771baa96bb6308ebfe7.tar.gz
freebsd-ports-gnome-f48279774174d234d6060771baa96bb6308ebfe7.tar.zst
freebsd-ports-gnome-f48279774174d234d6060771baa96bb6308ebfe7.zip
Relax libtar dependency.
PR: 138162 Approved by: maintainer timeout
Diffstat (limited to 'multimedia/vlc')
-rw-r--r--multimedia/vlc/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile
index bb4e2b6e7778..966db21dcc56 100644
--- a/multimedia/vlc/Makefile
+++ b/multimedia/vlc/Makefile
@@ -10,6 +10,7 @@
PORTNAME= vlc
DISTVERSION= 1.0.1
+PORTREVISION= 1
PORTEPOCH= 3
CATEGORIES= multimedia audio ipv6 net www
MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION}/ \
@@ -21,8 +22,7 @@ COMMENT= Multimedia streaming server and player for various audio/video formats
BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev.h:${PORTSDIR}/multimedia/v4l_compat \
${LOCALBASE}/include/X11/xpm.h:${PORTSDIR}/x11/libXpm
-LIB_DEPENDS= tar.0:${PORTSDIR}/devel/libtar \
- avcodec.1:${PORTSDIR}/multimedia/ffmpeg
+LIB_DEPENDS= avcodec.1:${PORTSDIR}/multimedia/ffmpeg
RUN_DEPENDS= ${LOCALBASE}/lib/X11/fonts/bitstream-vera/Vera.ttf:${PORTSDIR}/x11-fonts/bitstream-vera
OPTIONS= A52 "a52 audio support, many DVDs use this" On \
@@ -183,9 +183,10 @@ CONFIGURE_ARGS+=--disable-notify
.endif
.if defined(WITH_SKINS) && !defined(WITHOUT_SKINS) && !defined(WITHOUT_QT4)
-CONFIGURE_ARGS+=--enable-skins2
+LIB_DEPENDS+= tar.0:${PORTSDIR}/devel/libtar
+CONFIGURE_ARGS+=--enable-skins2 --enable-libtar
.else
-CONFIGURE_ARGS+=--disable-skins2
+CONFIGURE_ARGS+=--disable-skins2 --disable-libtar
.endif
.if ${ARCH}=="i386" && defined(WITH_WIN32_CODECS)