diff --git a/audio/ebur128/Makefile b/audio/ebur128/Makefile index e1904e60cef9..0a9e1bce317d 100644 --- a/audio/ebur128/Makefile +++ b/audio/ebur128/Makefile @@ -1,31 +1,31 @@ PORTNAME= ebur128 DISTVERSION= 0.1.8 CATEGORIES= audio MAINTAINER= diizzy@FreeBSD.org COMMENT= Library implementing the EBU R128 loudness standard WWW= https://github.com/sdroege/ebur128 LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= cargo-cbuild:devel/cargo-c USES= cargo USE_GITHUB= yes USE_LDCONFIG= yes GH_ACCOUNT= sdroege CONFLICTS_INSTALL= libebur128 do-build: - @${CARGO_CARGO_RUN} cbuild --verbose ${CARGO_BUILD_ARGS} + @${CARGO_CARGO_RUN} cbuild --verbose --verbose ${CARGO_BUILD_ARGS} do-install: - @${CARGO_CARGO_RUN} cinstall --verbose \ + @${CARGO_CARGO_RUN} cinstall --verbose --verbose \ --destdir "${STAGEDIR}" \ --prefix "${PREFIX}" \ ${CARGO_INSTALL_ARGS} @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so .include