aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-12-18 18:57:57 +0800
committerbapt <bapt@FreeBSD.org>2014-12-18 18:57:57 +0800
commitb605c5f9a3d85bc7e3cb3e6d1f755840db96cd13 (patch)
tree57c72238974fdc0d65b7c4cd71f92968d9d0a47e /audio
parent508a3afa28d916c455fa23168cf2fc722521b6bb (diff)
downloadfreebsd-ports-gnome-b605c5f9a3d85bc7e3cb3e6d1f755840db96cd13.tar.gz
freebsd-ports-gnome-b605c5f9a3d85bc7e3cb3e6d1f755840db96cd13.tar.zst
freebsd-ports-gnome-b605c5f9a3d85bc7e3cb3e6d1f755840db96cd13.zip
Convert to USES=autoreconf
Diffstat (limited to 'audio')
-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