aboutsummaryrefslogtreecommitdiff
path: root/audio/murmur
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2013-06-17 11:43:16 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2013-06-17 11:43:16 +0000
commit61c8a6582e9e4b6a76382deb4844415e98522713 (patch)
tree261a70de187b1df2129dac262b98a6f6bfab607c /audio/murmur
parent58e60f6909d832bb6100e9a168f002a14d4214ef (diff)
downloadports-61c8a6582e9e4b6a76382deb4844415e98522713.tar.gz
ports-61c8a6582e9e4b6a76382deb4844415e98522713.zip
Notes
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