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 | 47d2829b00e6f264db18fe107b050099e84def10 (diff) |
Notes
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 |