aboutsummaryrefslogtreecommitdiff
path: root/audio/libsoxr
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-10-19 06:21:37 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-10-19 06:21:37 +0000
commit432b35c7cb24a40015ef3d59ff5095e7a8a7735b (patch)
tree7ee31f2d49654de05075771fc5d6eef6b35609be /audio/libsoxr
parentdf8da00be2969b2c81c528c9c7d7469e495d9269 (diff)
downloadports-432b35c7cb24a40015ef3d59ff5095e7a8a7735b.tar.gz
ports-432b35c7cb24a40015ef3d59ff5095e7a8a7735b.zip
audio/libsoxr: Convert nop CMAKE_MAKE_ARGS into CMAKE_ON
Probably CMAKE_ARGS was meant here. WITH_LSR_BINDINGS, BUILD_SHARED_LIBS are both on by default. There is no immediate need to set them explicitly. Do it anyway since this seems to have been the original intent.
Notes
Notes: svn path=/head/; revision=514753
Diffstat (limited to 'audio/libsoxr')
-rw-r--r--audio/libsoxr/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/libsoxr/Makefile b/audio/libsoxr/Makefile
index 18a9b8918519..330352f94305 100644
--- a/audio/libsoxr/Makefile
+++ b/audio/libsoxr/Makefile
@@ -21,10 +21,9 @@ USES= cmake pathfix pkgconfig tar:xz
USE_LDCONFIG= yes
-PORTDOCS= NEWS README
+CMAKE_ON= BUILD_SHARED_LIBS WITH_LSR_BINDINGS
-CMAKE_MAKE_ARGS+= -DWITH_LSR_BINDINGS:BOOL=ON \
- -DBUILD_SHARED_LIBS:BOOL=ON
+PORTDOCS= NEWS README
OPTIONS_SUB= yes