aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/vlc
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2011-03-27 07:31:50 +0800
committerpav <pav@FreeBSD.org>2011-03-27 07:31:50 +0800
commit8f2d54e06197bf3ead4cd8d7883ca33fc43fa2fc (patch)
tree3eab27388a388220899aaf5463aedf8d9bdb77b2 /multimedia/vlc
parenta9f2e4dddca0745ed012683a38735cd2307eb014 (diff)
downloadfreebsd-ports-gnome-8f2d54e06197bf3ead4cd8d7883ca33fc43fa2fc.tar.gz
freebsd-ports-gnome-8f2d54e06197bf3ead4cd8d7883ca33fc43fa2fc.tar.zst
freebsd-ports-gnome-8f2d54e06197bf3ead4cd8d7883ca33fc43fa2fc.zip
- Actually chase upnp shlib change
Reported by: pointyhat Pointy hat to: pawel (miwi, wen)
Diffstat (limited to 'multimedia/vlc')
-rw-r--r--multimedia/vlc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile
index 514487a3a0b1..ffb65731db1d 100644
--- a/multimedia/vlc/Makefile
+++ b/multimedia/vlc/Makefile
@@ -596,7 +596,7 @@ CONFIGURE_ARGS+= --enable-twolame
.endif
.if defined(WITH_UPNP)
-LIB_DEPENDS+= upnp.6:${PORTSDIR}/devel/upnp
+LIB_DEPENDS+= upnp.7:${PORTSDIR}/devel/upnp
CONFIGURE_ARGS+=--enable-upnp
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-modules__services_discovery__upnp_intel.cpp
.else