diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2023-06-05 16:23:03 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2023-06-05 16:23:03 +0000 |
commit | d57e023359ad58a6b94a3e6298c11bd4a38dd189 (patch) | |
tree | 43e4951e33963593a735a24cbaaae12733a6c344 | |
parent | b80a38fb857d3ceabb5689e1c245c47da50ff7fd (diff) | |
download | ports-d57e023359ad58a6b94a3e6298c11bd4a38dd189.tar.gz ports-d57e023359ad58a6b94a3e6298c11bd4a38dd189.zip |
audio/raul: Correction
-rw-r--r-- | audio/raul/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/raul/Makefile b/audio/raul/Makefile index 4073da43c88c..c77aceb6b391 100644 --- a/audio/raul/Makefile +++ b/audio/raul/Makefile @@ -20,7 +20,7 @@ NO_ARCH= yes do-test: # Tests fail to configure, see https://github.com/drobilla/raul/issues/2 @cd ${WRKSRC} && \ - ${SETENV} ${CONFIGURE_ENV} --reconfigure ${CONFIGURE_CMD} ${CONFIGURE_ARGS} -Dtests=enabled && \ + ${SETENV} ${CONFIGURE_ENV} ${CONFIGURE_CMD} --reconfigure ${CONFIGURE_ARGS} -Dtests=enabled && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} test .include <bsd.port.mk> |