diff options
author | marino <marino@FreeBSD.org> | 2014-05-27 20:39:36 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-05-27 20:39:36 +0800 |
commit | fae3c207a7aefd236a7ee71baa4322aaf342c8f4 (patch) | |
tree | f3250e3461503fdfe7fccd527702dc79c7de5e55 /audio | |
parent | 163924dccefa0dc01b9406dfbdacf4aeb076e75b (diff) | |
download | freebsd-ports-gnome-fae3c207a7aefd236a7ee71baa4322aaf342c8f4.tar.gz freebsd-ports-gnome-fae3c207a7aefd236a7ee71baa4322aaf342c8f4.tar.zst freebsd-ports-gnome-fae3c207a7aefd236a7ee71baa4322aaf342c8f4.zip |
audio/opusfile: Unbreak
The previous change had two errors: The pkg-plist wasn't correct
and USE_AUTOTOOLS+= libtool is still required. This fix was confirmed
in Redports.
Approved by: just-fix-it blanket
Diffstat (limited to 'audio')
-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 |