aboutsummaryrefslogtreecommitdiff
path: root/audio/opusfile
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-05-27 12:39:36 +0000
committerJohn Marino <marino@FreeBSD.org>2014-05-27 12:39:36 +0000
commitcad69e0efd0d62bcd8c1916d42f6c3e1918c888b (patch)
treef3250e3461503fdfe7fccd527702dc79c7de5e55 /audio/opusfile
parent677578d3899c89406f80818f1d2954ebc3576239 (diff)
downloadports-cad69e0efd0d62bcd8c1916d42f6c3e1918c888b.tar.gz
ports-cad69e0efd0d62bcd8c1916d42f6c3e1918c888b.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
Notes
Notes: svn path=/head/; revision=355502
Diffstat (limited to 'audio/opusfile')
-rw-r--r--audio/opusfile/Makefile4
-rw-r--r--audio/opusfile/pkg-plist4
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