diff options
author | nox <nox@FreeBSD.org> | 2013-01-13 03:49:30 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2013-01-13 03:49:30 +0800 |
commit | a98ace7f9d618f1b12adaeddd215d8fe9e9e024d (patch) | |
tree | f8eef2216158aa3daef954ac7a77ae6dae7cae4b /multimedia | |
parent | ab3393bd95bc7ad3a86f12c713c953c262001e06 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |