diff options
author | arved <arved@FreeBSD.org> | 2010-08-15 20:04:51 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2010-08-15 20:04:51 +0800 |
commit | c7916fdef0bf999157bbc6d6a0b07e546a558bc0 (patch) | |
tree | 40d1fe686268dc4d49bef529b1353da7e07f29ad /audio/murmur | |
parent | 2978823f6b5a40d777c0e9155b74303e7eeab54a (diff) | |
download | freebsd-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/Makefile | 4 |
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 |