Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Apr 2013 13:55:07 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r316143 - head/audio/audacity
Message-ID:  <201304201355.r3KDt7UW099324@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Sat Apr 20 13:55:07 2013
New Revision: 316143
URL: http://svnweb.freebsd.org/changeset/ports/316143

Log:
  Fix build when SAMPLERATE=off
  We can't use USES=cmake here - main project builds with gmake.
  
  PR:		ports/177285
  Submitted by:	r4721@tormail.org
  Approved by:	maintainer timeout
  Feature safe:	yes

Modified:
  head/audio/audacity/Makefile

Modified: head/audio/audacity/Makefile
==============================================================================
--- head/audio/audacity/Makefile	Sat Apr 20 13:54:06 2013	(r316142)
+++ head/audio/audacity/Makefile	Sat Apr 20 13:55:07 2013	(r316143)
@@ -124,6 +124,7 @@ CONFIGURE_ARGS+=	--without-portmixer
 LIB_DEPENDS+=		samplerate:${PORTSDIR}/audio/libsamplerate
 CONFIGURE_ARGS+=	--with-libsamplerate
 .else
+BUILD_DEPENDS+=		cmake:${PORTSDIR}/devel/cmake
 CONFIGURE_ARGS+=	--without-libsamplerate
 .endif
 



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