diff options
Diffstat (limited to 'audio/opus/Makefile')
| -rw-r--r-- | audio/opus/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/opus/Makefile b/audio/opus/Makefile index c1824c7b8823..ed81fb56819b 100644 --- a/audio/opus/Makefile +++ b/audio/opus/Makefile @@ -1,5 +1,5 @@ PORTNAME= opus -DISTVERSION= 1.5.2 +DISTVERSION= 1.6 CATEGORIES= audio MASTER_SITES= https://downloads.xiph.org/releases/opus/ @@ -10,7 +10,7 @@ WWW= https://opus-codec.org/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -USES= cpe gmake libtool pathfix +USES= cpe gmake libtool CPE_VENDOR= opus-codec USE_LDCONFIG= yes @@ -18,6 +18,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-custom-modes \ --enable-dred \ --enable-osce \ + --enable-qext \ --disable-doc # requires doxygen CONFIGURE_TARGET=${ARCH:S/amd64/x86_64/}-portbld-${OPSYS:tl}${OSREL} INSTALL_TARGET= install-strip |
