svn commit: r321097 - head/audio/murmur

Ruslan Makhmatkhanov rm at FreeBSD.org
Mon Jun 17 11:43:17 UTC 2013


Author: rm
Date: Mon Jun 17 11:43:16 2013
New Revision: 321097
URL: http://svnweb.freebsd.org/changeset/ports/321097

Log:
  - chase devel/ice update

Modified:
  head/audio/murmur/Makefile

Modified: head/audio/murmur/Makefile
==============================================================================
--- head/audio/murmur/Makefile	Mon Jun 17 11:42:41 2013	(r321096)
+++ head/audio/murmur/Makefile	Mon Jun 17 11:43:16 2013	(r321097)
@@ -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


More information about the svn-ports-all mailing list