diff --git a/multimedia/librist/Makefile b/multimedia/librist/Makefile index 3a3ef4bf4348..b51845183b19 100644 --- a/multimedia/librist/Makefile +++ b/multimedia/librist/Makefile @@ -1,31 +1,31 @@ PORTNAME= librist DISTVERSION= 0.2.0-RC6.20210420 CATEGORIES= multimedia MAINTAINER= yuri@FreeBSD.org COMMENT= Library for Reliable Internet Stream Transport (RIST) protocol LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcjson.so:devel/libcjson \ libmbedcrypto.so:security/mbedtls USES= localbase:ldflags meson pkgconfig USE_GITLAB= yes USE_LDCONFIG= yes GL_SITE= https://code.videolan.org GL_ACCOUNT= rist GL_COMMIT= 113acf656930f17ef216cd84e008d997c71b46c5 MESON_ARGS= -Dtest=false do-test: @cd ${WRKSRC} && \ ${RM} -r _build && \ - ${SETENV} ${CONFIGURE_ENV} ${CONFIGURE_CMD} ${CONFIGURE_ARGS} -Dtest=true -Duse_mbedtls=false && \ + ${SETENV} ${CONFIGURE_ENV} ${CONFIGURE_CMD} ${CONFIGURE_ARGS} -Dtest=true && \ cd ${BUILD_WRKSRC} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} test .include