Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Jan 2015 20:45:11 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r377823 - head/net-im/psimedia
Message-ID:  <201501242045.t0OKjBwo083770@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Jan 24 20:45:11 2015
New Revision: 377823
URL: https://svnweb.freebsd.org/changeset/ports/377823
QAT: https://qat.redports.org/buildarchive/r377823/

Log:
  Fix LIB_DEPENDS

Modified:
  head/net-im/psimedia/Makefile

Modified: head/net-im/psimedia/Makefile
==============================================================================
--- head/net-im/psimedia/Makefile	Sat Jan 24 20:39:38 2015	(r377822)
+++ head/net-im/psimedia/Makefile	Sat Jan 24 20:45:11 2015	(r377823)
@@ -2,7 +2,7 @@
 
 PORTNAME=	psimedia
 PORTVERSION=	1.0.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-im audio multimedia
 MASTER_SITES=	http://delta.affinix.com/download/psimedia/
 
@@ -10,7 +10,7 @@ MAINTAINER=	makc@FreeBSD.org
 COMMENT=	Voice and video API for Psi-like IM clients
 
 LIB_DEPENDS=	liboil-0.3.so:${PORTSDIR}/devel/liboil \
-		libspeexdsp.so:${PORTSDIR}/audio/speex
+		libspeexdsp.so:${PORTSDIR}/audio/speexdsp
 
 USES=		pkgconfig tar:bzip2
 HAS_CONFIGURE=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501242045.t0OKjBwo083770>