aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authornox <nox@FreeBSD.org>2013-01-13 03:49:30 +0800
committernox <nox@FreeBSD.org>2013-01-13 03:49:30 +0800
commita98ace7f9d618f1b12adaeddd215d8fe9e9e024d (patch)
treef8eef2216158aa3daef954ac7a77ae6dae7cae4b /multimedia
parentab3393bd95bc7ad3a86f12c713c953c262001e06 (diff)
downloadfreebsd-ports-gnome-a98ace7f9d618f1b12adaeddd215d8fe9e9e024d.tar.gz
freebsd-ports-gnome-a98ace7f9d618f1b12adaeddd215d8fe9e9e024d.tar.zst
freebsd-ports-gnome-a98ace7f9d618f1b12adaeddd215d8fe9e9e024d.zip
- libportaudio.so.2 is actually a different port than libportaudio.so.0
so in this case specifying the shlib major version in LIB_DEPENDS makes sense. - No PORTREVISION bump as PORTAUDIO isn't a default option.
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/vlc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile
index adbf30dd4d3c..f3b07c78dd98 100644
--- a/multimedia/vlc/Makefile
+++ b/multimedia/vlc/Makefile
@@ -437,7 +437,7 @@ CONFIGURE_ARGS+=--disable-png
.endif
.if ${PORT_OPTIONS:MPORTAUDIO}
-LIB_DEPENDS+= portaudio:${PORTSDIR}/audio/portaudio2
+LIB_DEPENDS+= portaudio.2:${PORTSDIR}/audio/portaudio2
CONFIGURE_ARGS+=--enable-portaudio
.else
CONFIGURE_ARGS+=--disable-portaudio