aboutsummaryrefslogtreecommitdiffstats
path: root/audio/murmur
diff options
context:
space:
mode:
authorrm <rm@FreeBSD.org>2013-06-17 19:43:16 +0800
committerrm <rm@FreeBSD.org>2013-06-17 19:43:16 +0800
commit819c7ee8462941cbac5f1a7e0761762b4ae1253d (patch)
tree261a70de187b1df2129dac262b98a6f6bfab607c /audio/murmur
parentc952e78956c711d0ed86aad028d07f03113e9108 (diff)
downloadfreebsd-ports-gnome-819c7ee8462941cbac5f1a7e0761762b4ae1253d.tar.gz
freebsd-ports-gnome-819c7ee8462941cbac5f1a7e0761762b4ae1253d.tar.zst
freebsd-ports-gnome-819c7ee8462941cbac5f1a7e0761762b4ae1253d.zip
- chase devel/ice update
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 db2bc2efca96..c3fe0b119743 100644
--- a/audio/murmur/Makefile
+++ b/audio/murmur/Makefile
@@ -3,7 +3,7 @@
PORTNAME= murmur
PORTVERSION= 1.2.3
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= audio net
MASTER_SITES= SF/mumble/Mumble/${PORTVERSION}
DISTNAME= mumble-${PORTVERSION}
@@ -31,7 +31,7 @@ BONJOUR_DESC= Bonjour Support
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MICE}
-LIB_DEPENDS+= Ice.34:${PORTSDIR}/devel/ice
+LIB_DEPENDS+= Ice:${PORTSDIR}/devel/ice
.else
CONFIG+= no-ice
.endif