1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

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
This commit is contained in:
Pawel Pekala 2013-04-20 13:55:07 +00:00
parent 47d2829b00
commit 9bd0be86a7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=316143

View File

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