diff options
Diffstat (limited to 'audio/ardour6/Makefile')
-rw-r--r-- | audio/ardour6/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/ardour6/Makefile b/audio/ardour6/Makefile index dabaf813ef7f..ed06226f8bfc 100644 --- a/audio/ardour6/Makefile +++ b/audio/ardour6/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ardour6 -PORTVERSION= 6.3.0 -PORTREVISION= 3 +PORTVERSION= 6.5.0 CATEGORIES= audio MASTER_SITES= https://github.com/beerml/ardour_releases/raw/master/ # The original master side points to the latest release only: @@ -57,7 +56,7 @@ BINARY_ALIAS+= gas=${CC} PLIST_SUB= ARDOURVERSION=${PORTVERSION} CONFIGURE_ARGS= --optimize --ptformat --freedesktop --no-phone-home \ - --with-backends=jack,dummy --internal-shared-libs + --with-backends=jack,dummy --internal-shared-libs --no-vst3 post-patch: @${REINPLACE_CMD} -e 's/obj\.use = '\''libsmf libpbd'\''/obj\.use = '\''libsmf_internal libpbd'\''/g' ${WRKSRC}/libs/evoral/wscript |