diff options
-rw-r--r-- | audio/opus/Makefile | 5 | ||||
-rw-r--r-- | audio/opus/pkg-plist | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/audio/opus/Makefile b/audio/opus/Makefile index d9ea633cc099..472c2ab1c12e 100644 --- a/audio/opus/Makefile +++ b/audio/opus/Makefile @@ -2,7 +2,7 @@ PORTNAME= opus PORTVERSION= 1.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://downloads.xiph.org/releases/opus/ \ https://ftp.mozilla.org/pub/mozilla.org/opus/ @@ -15,7 +15,8 @@ USE_GNOME= gnomehack USE_LDCONFIG= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-doc # requires doxygen +CONFIGURE_ARGS= --enable-custom-modes \ + --disable-doc # requires doxygen MAKE_JOBS_SAFE= yes regression-test: build diff --git a/audio/opus/pkg-plist b/audio/opus/pkg-plist index 11945ccf7e6e..ae3e1f975ed1 100644 --- a/audio/opus/pkg-plist +++ b/audio/opus/pkg-plist @@ -1,4 +1,5 @@ include/opus/opus.h +include/opus/opus_custom.h include/opus/opus_defines.h include/opus/opus_multistream.h include/opus/opus_types.h |