svn commit: r390283 - head/multimedia/mplayer2

Kurt Jaeger pi at FreeBSD.org
Mon Jun 22 11:54:25 UTC 2015


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 at bsdnir.info>
  Approved by:	Carlos Jacobo Puga Medina <cpm at 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


More information about the svn-ports-all mailing list