svn commit: r377823 - head/net-im/psimedia

Antoine Brodin antoine at FreeBSD.org
Sat Jan 24 20:45:12 UTC 2015


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 at 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


More information about the svn-ports-all mailing list