diff options
author | pawel <pawel@FreeBSD.org> | 2013-04-20 21:55:07 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2013-04-20 21:55:07 +0800 |
commit | 90ec638f1889d7e29d5fec61943a6efc2e191ba1 (patch) | |
tree | 630acc0494f34a66072d9b5045d1917fb57112e1 /audio | |
parent | a4423c010f947ac44f263497e4ce56199901cfe7 (diff) | |
download | freebsd-ports-gnome-90ec638f1889d7e29d5fec61943a6efc2e191ba1.tar.gz freebsd-ports-gnome-90ec638f1889d7e29d5fec61943a6efc2e191ba1.tar.zst freebsd-ports-gnome-90ec638f1889d7e29d5fec61943a6efc2e191ba1.zip |
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
Diffstat (limited to 'audio')
-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 |