diff --git a/multimedia/tsduck/Makefile b/multimedia/tsduck/Makefile index 0af3e017f98a..5db8c6d30dee 100644 --- a/multimedia/tsduck/Makefile +++ b/multimedia/tsduck/Makefile @@ -1,53 +1,52 @@ PORTNAME= tsduck DISTVERSIONPREFIX= v DISTVERSION= 3.43 DISTVERSIONSUFFIX= -4549 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia MAINTAINER= thierry@lelegard.fr COMMENT= Reference framework for MPEG transport streams WWW= https://tsduck.io LICENSE= BSD2CLAUSE BROKEN_FreeBSD_13= requires OpenSSL 3.0 BUILD_DEPENDS= bash:shells/bash \ - bootstrap-openjdk11>0:java/bootstrap-openjdk11 \ coreutils>0:sysutils/coreutils \ dos2unix:converters/unix2dos \ gnugrep>0:textproc/gnugrep \ gsed:textproc/gsed \ rubygem-asciidoctor-pdf>0:textproc/rubygem-asciidoctor-pdf \ rubygem-asciidoctor>0:textproc/rubygem-asciidoctor \ rubygem-rouge>0:textproc/rubygem-rouge \ str>0:devel/str LIB_DEPENDS= libcurl.so:ftp/curl \ libpcsclite.so:devel/pcsc-lite \ librist.so:multimedia/librist \ libsrt.so:www/srt -USES= dos2unix gmake libedit python shebangfix ssl +USES= dos2unix gmake java:build libedit python shebangfix ssl USE_GITHUB= yes GH_ACCOUNT= tsduck MAKE_ENV= CXXFLAGS_EXTRA="-isystem ${LOCALBASE}/include" \ GPROF= \ LDFLAGS_EXTRA="-L${LOCALBASE}/lib" \ SYSROOT=${STAGEDIR} ALL_TARGET= default TEST_TARGET= test BINARY_ALIAS= python=${PYTHON_CMD} OPTIONS_DEFINE= DOCS OPTIONS_SUB= yes .include .if ${PORT_OPTIONS:MDOCS} ALL_TARGET+= docs-html .endif .include