svn commit: r316143 - head/audio/audacity

Pawel Pekala pawel at FreeBSD.org
Sat Apr 20 13:55:07 UTC 2013


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 at 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
 


More information about the svn-ports-all mailing list