diff options
author | bapt <bapt@FreeBSD.org> | 2014-05-12 06:50:31 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-05-12 06:50:31 +0800 |
commit | 43f78cd9cd068573aa09818a919dba075b75905a (patch) | |
tree | 4a77965a3237ba39b767d9a5814943f856eea6c5 /audio/libaacplus | |
parent | 911883db0847f07f7d6a50a277a050c379660cab (diff) | |
download | freebsd-ports-gnome-43f78cd9cd068573aa09818a919dba075b75905a.tar.gz freebsd-ports-gnome-43f78cd9cd068573aa09818a919dba075b75905a.tar.zst freebsd-ports-gnome-43f78cd9cd068573aa09818a919dba075b75905a.zip |
Support stage
Strip binaries
Convert to USES=libtool
PR: ports/189495
Submitted by: Takefu <takefu@airport.fm>
Diffstat (limited to 'audio/libaacplus')
-rw-r--r-- | audio/libaacplus/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/libaacplus/Makefile b/audio/libaacplus/Makefile index e374cf1562c9..7dc90a7d889c 100644 --- a/audio/libaacplus/Makefile +++ b/audio/libaacplus/Makefile @@ -3,7 +3,7 @@ PORTNAME= libaacplus PORTVERSION= 2.0.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://media.wnet.ua/~tipok/aacplus/:site1\ ftp://ftp.3gpp.org/Specs/archive/26_series/26.410/:site2\ @@ -24,12 +24,13 @@ RESTRICTED= unclear legal status, probably need licenses from 3GPP, Via Licensin CONFLICTS= aacplusenc-0* USE_CSTD= gnu89 -USES= pathfix pkgconfig +USES= pathfix pkgconfig libtool:keepla USE_LDCONFIG= yes USE_AUTOTOOLS= libtoolize aclocal autoheader automake PATHFIX_MAKEFILEIN= Makefile.am GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes +INSTALL_TARGET= install-strip AUTOMAKE_ARGS= --add-missing LIBTOOLIZE_ARGS=--automake |