Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Aug 2013 15:04:54 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r325703 - head/audio/pure-audio
Message-ID:  <201308301504.r7UF4s8l005387@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Aug 30 15:04:54 2013
New Revision: 325703
URL: http://svnweb.freebsd.org/changeset/ports/325703

Log:
  - Specify portaudio so version to not mix up audio/portaudio2 and audio/portaudio

Modified:
  head/audio/pure-audio/Makefile

Modified: head/audio/pure-audio/Makefile
==============================================================================
--- head/audio/pure-audio/Makefile	Fri Aug 30 14:42:06 2013	(r325702)
+++ head/audio/pure-audio/Makefile	Fri Aug 30 15:04:54 2013	(r325703)
@@ -8,7 +8,7 @@ CATEGORIES=	audio
 MAINTAINER=	lichray@gmail.com
 COMMENT=	A digital audio interface for the Pure language
 
-LIB_DEPENDS=	portaudio:${PORTSDIR}/audio/portaudio2 \
+LIB_DEPENDS=	portaudio.2:${PORTSDIR}/audio/portaudio2 \
 		samplerate:${PORTSDIR}/audio/libsamplerate \
 		sndfile:${PORTSDIR}/audio/libsndfile \
 		fftw3:${PORTSDIR}/math/fftw3



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