aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/vlc
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2011-03-27 07:31:50 +0800
committerPav Lucistnik <pav@FreeBSD.org>2011-03-27 07:31:50 +0800
commit42a107b953b8ba7299ee3d0c15294b68706bb09e (patch)
treed68d1ba7038cc559329f6796de360191e29baf21 /multimedia/vlc
parenta5da1498037bc7f5eb4d042f42496e0ba3c8b785 (diff)
downloadfreebsd-ports-gnome-42a107b953b8ba7299ee3d0c15294b68706bb09e.tar.gz
freebsd-ports-gnome-42a107b953b8ba7299ee3d0c15294b68706bb09e.tar.zst
freebsd-ports-gnome-42a107b953b8ba7299ee3d0c15294b68706bb09e.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