diff options
author | John Marino <marino@FreeBSD.org> | 2014-05-27 12:39:36 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-05-27 12:39:36 +0000 |
commit | cad69e0efd0d62bcd8c1916d42f6c3e1918c888b (patch) | |
tree | f3250e3461503fdfe7fccd527702dc79c7de5e55 /audio/opusfile | |
parent | 677578d3899c89406f80818f1d2954ebc3576239 (diff) | |
download | ports-cad69e0efd0d62bcd8c1916d42f6c3e1918c888b.tar.gz ports-cad69e0efd0d62bcd8c1916d42f6c3e1918c888b.zip |
Notes
Diffstat (limited to 'audio/opusfile')
-rw-r--r-- | audio/opusfile/Makefile | 4 | ||||
-rw-r--r-- | audio/opusfile/pkg-plist | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/audio/opusfile/Makefile b/audio/opusfile/Makefile index 8912e1163a83..f0b574c4992c 100644 --- a/audio/opusfile/Makefile +++ b/audio/opusfile/Makefile @@ -2,7 +2,7 @@ PORTNAME= opusfile PORTVERSION= 0.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://downloads.xiph.org/releases/opus/ \ ${MASTER_SITE_MOZILLA_EXTENDED} @@ -19,7 +19,7 @@ LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg \ USES= gmake libtool pkgconfig pathfix USE_LDCONFIG= yes GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf:env aclocal:env automake:env +USE_AUTOTOOLS= autoconf:env aclocal:env automake:env libtool MAKE_JOBS_UNSAFE= yes PATHFIX_MAKEFILEIN= Makefile.am diff --git a/audio/opusfile/pkg-plist b/audio/opusfile/pkg-plist index 22b34a87659a..b19e4901688d 100644 --- a/audio/opusfile/pkg-plist +++ b/audio/opusfile/pkg-plist @@ -1,12 +1,8 @@ include/opus/opusfile.h lib/libopusfile.a lib/libopusfile.so -lib/libopusfile.so.0 -lib/libopusfile.so.0.3.0 lib/libopusurl.a lib/libopusurl.so -lib/libopusurl.so.0 -lib/libopusurl.so.0.3.0 libdata/pkgconfig/opusfile.pc libdata/pkgconfig/opusurl.pc @comment Insert PLIST.doc here |