aboutsummaryrefslogtreecommitdiffstats
path: root/audio/murmur
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2010-08-15 20:04:51 +0800
committerarved <arved@FreeBSD.org>2010-08-15 20:04:51 +0800
commitc7916fdef0bf999157bbc6d6a0b07e546a558bc0 (patch)
tree40d1fe686268dc4d49bef529b1353da7e07f29ad /audio/murmur
parent2978823f6b5a40d777c0e9155b74303e7eeab54a (diff)
downloadfreebsd-ports-gnome-c7916fdef0bf999157bbc6d6a0b07e546a558bc0.tar.gz
freebsd-ports-gnome-c7916fdef0bf999157bbc6d6a0b07e546a558bc0.tar.zst
freebsd-ports-gnome-c7916fdef0bf999157bbc6d6a0b07e546a558bc0.zip
Chase ice shared library bump.
Diffstat (limited to 'audio/murmur')
-rw-r--r--audio/murmur/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/murmur/Makefile b/audio/murmur/Makefile
index 287cefc2dc13..375bbe09f42f 100644
--- a/audio/murmur/Makefile
+++ b/audio/murmur/Makefile
@@ -7,7 +7,7 @@
PORTNAME= murmur
PORTVERSION= 1.2.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio net
MASTER_SITES= SF/mumble/Mumble/${PORTVERSION}
DISTNAME= mumble-${PORTVERSION}
@@ -33,7 +33,7 @@ OPTIONS= ICE "Ice Support" on \
.include <bsd.port.pre.mk>
.if defined(WITH_ICE)
-LIB_DEPENDS+= Ice.33:${PORTSDIR}/devel/ice
+LIB_DEPENDS+= Ice.34:${PORTSDIR}/devel/ice
.else
CONFIG+= no-ice
.endif