summaryrefslogtreecommitdiff
path: root/audio/faad
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-12-18 10:57:57 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-12-18 10:57:57 +0000
commit632840b7c3f04f0e97ef83382cb20d43b9f6a199 (patch)
tree57c72238974fdc0d65b7c4cd71f92968d9d0a47e /audio/faad
parentUpdate to 4.1.0 (diff)
Convert to USES=autoreconf
Notes
Notes: svn path=/head/; revision=374884
Diffstat (limited to 'audio/faad')
-rw-r--r--audio/faad/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/audio/faad/Makefile b/audio/faad/Makefile
index 7bb5248d9842..1141a91bf898 100644
--- a/audio/faad/Makefile
+++ b/audio/faad/Makefile
@@ -11,11 +11,8 @@ MASTER_SITES= SF/faac/${PORTNAME}-src/${PORTNAME}-${PORTVERSION}
MAINTAINER= multimedia@FreeBSD.org
COMMENT= MPEG-2 and MPEG-4 AAC audio decoder
-USES= dos2unix gmake libtool tar:bzip2
-USE_AUTOTOOLS= aclocal autoheader automake autoconf libtoolize
+USES= autoreconf dos2unix gmake libtool tar:bzip2
GNU_CONFIGURE= yes
-ACLOCAL_ARGS= -I . -I ${LOCALBASE}/share/aclocal
-AUTOMAKE_ARGS= --add-missing
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
USE_LDCONFIG= yes