diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2013-04-20 13:55:07 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2013-04-20 13:55:07 +0000 |
commit | 9bd0be86a70aa0c5d39a5fd9e94fde997c2e24d8 (patch) | |
tree | 630acc0494f34a66072d9b5045d1917fb57112e1 /audio/audacity | |
parent | Small fixes for pkg-descr. (diff) |
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
Notes
Notes:
svn path=/head/; revision=316143
Diffstat (limited to 'audio/audacity')
-rw-r--r-- | audio/audacity/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/audacity/Makefile b/audio/audacity/Makefile index 33addf73aa16..f5e27ded5e05 100644 --- a/audio/audacity/Makefile +++ b/audio/audacity/Makefile @@ -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 |