svn commit: r326269 - head/audio/gnaural

Ganael LAPLANCHE martymac at FreeBSD.org
Wed Sep 4 11:38:58 UTC 2013


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


More information about the svn-ports-all mailing list