aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-09-09 10:09:00 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-09-09 10:09:00 +0000
commit32cb91cb6290ca34815d68aa261394b16e93ee30 (patch)
treee745b8ae02363ca17dc9e7de319c79f631631369 /audio
parent4428b8ac7bfe26fe016184cc772e6eb2f61c30b8 (diff)
downloadports-32cb91cb6290ca34815d68aa261394b16e93ee30.tar.gz
ports-32cb91cb6290ca34815d68aa261394b16e93ee30.zip
Notes
Diffstat (limited to 'audio')
-rw-r--r--audio/libaacplus/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/audio/libaacplus/Makefile b/audio/libaacplus/Makefile
index 13bfd997224d..078f4d279142 100644
--- a/audio/libaacplus/Makefile
+++ b/audio/libaacplus/Makefile
@@ -3,7 +3,7 @@
PORTNAME= libaacplus
PORTVERSION= 2.0.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://media.wnet.ua/~tipok/aacplus/:site1\
ftp://ftp.3gpp.org/Specs/archive/26_series/26.410/:site2\
@@ -23,18 +23,17 @@ USES= pathfix pkgconfig
USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool libtoolize aclocal autoheader automake
GNOME_MAKEFILEIN= Makefile.am
+PATHFIX_MAKEFILEIN= Makefile.am
GNU_CONFIGURE= yes
MAKE_JOBS_UNSAFE= yes
AUTOMAKE_ARGS= --add-missing
-ACLOCAL_ARGS= --automake-acdir=${ACLOCAL_DIR} \
- -I ${LOCALBASE}/share/aclocal -I ${WRKSRC}/m4
LIBTOOLIZE_ARGS=--automake
MAN1= aacplusenc.1
OPTIONS_DEFINE= FFTW3
-OPTIONS_DEFAULT= FFTW3
+OPTIONS_DEFAULT=FFTW3
FFTW3_DESC= Use FFTW3
.include <bsd.port.options.mk>
@@ -42,8 +41,7 @@ FFTW3_DESC= Use FFTW3
.if ${PORT_OPTIONS:MFFTW3}
LIB_DEPENDS+= fftw3:${PORTSDIR}/math/fftw3\
fftw3f:${PORTSDIR}/math/fftw3-float
-CONFIGURE_ARGS+=--with-fftw3=yes \
- --with-fftw3-prefix=${LOCALBASE}
+CONFIGURE_ARGS+=--with-fftw3=yes --with-fftw3-prefix=${LOCALBASE}
.else
CONFIGURE_ARGS+=--with-fftw3=no
.endif