Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Sep 2013 11:38:58 +0000 (UTC)
From:      Ganael LAPLANCHE <martymac@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326269 - head/audio/gnaural
Message-ID:  <201309041138.r84Bcwfk021662@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: martymac
Date: Wed Sep  4 11:38:58 2013
New Revision: 326269
URL: http://svnweb.freebsd.org/changeset/ports/326269

Log:
  Fix build when audio/portaudio is installed
  
  PR:		ports/181683
  Submitted by:	amdmi3

Modified:
  head/audio/gnaural/Makefile

Modified: head/audio/gnaural/Makefile
==============================================================================
--- head/audio/gnaural/Makefile	Wed Sep  4 11:00:15 2013	(r326268)
+++ head/audio/gnaural/Makefile	Wed Sep  4 11:38:58 2013	(r326269)
@@ -13,7 +13,7 @@ COMMENT=	Binaural beat generator
 LICENSE=	GPLv2 LGPL21
 LICENSE_COMB=	multi
 
-LIB_DEPENDS=	portaudio:${PORTSDIR}/audio/portaudio2 \
+LIB_DEPENDS=	portaudio.2:${PORTSDIR}/audio/portaudio2 \
 		sndfile:${PORTSDIR}/audio/libsndfile
 
 GNU_CONFIGURE=	yes



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