Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jun 2015 11:54:25 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390283 - head/multimedia/mplayer2
Message-ID:  <201506221154.t5MBsPeS015699@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Mon Jun 22 11:54:24 2015
New Revision: 390283
URL: https://svnweb.freebsd.org/changeset/ports/390283

Log:
  multimedia/mplayer2: fix portaudio dependency
  
  PR:		200952
  Submitted by:	Andrey Fesenko <andrey@bsdnir.info>
  Approved by:	Carlos Jacobo Puga Medina <cpm@fbsd.es> (maintainer)

Modified:
  head/multimedia/mplayer2/Makefile

Modified: head/multimedia/mplayer2/Makefile
==============================================================================
--- head/multimedia/mplayer2/Makefile	Mon Jun 22 11:24:06 2015	(r390282)
+++ head/multimedia/mplayer2/Makefile	Mon Jun 22 11:54:24 2015	(r390283)
@@ -2,7 +2,7 @@
 
 PORTNAME=	mplayer2
 PORTVERSION=	${MPLAYER2_PORT_VERSION}
-PORTREVISION=	12
+PORTREVISION=	13
 CATEGORIES=	multimedia audio
 MASTER_SITES=	LOCAL/gblach/
 
@@ -139,7 +139,7 @@ CONFIGURE_ARGS+=	--disable-pulse
 .endif
 
 .if ${PORT_OPTIONS:MPORTAUDIO}
-LIB_DEPENDS+=		libportaudio.so:${PORTSDIR}/audio/portaudio2
+LIB_DEPENDS+=		libportaudio.so:${PORTSDIR}/audio/portaudio
 PORTAUDIOLIB=		-lportaudio
 .else
 CONFIGURE_ARGS+=	--disable-portaudio



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