Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Dec 2014 10:57:58 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r374884 - head/audio/faad
Message-ID:  <201412181057.sBIAvwPE092114@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Dec 18 10:57:57 2014
New Revision: 374884
URL: https://svnweb.freebsd.org/changeset/ports/374884
QAT: https://qat.redports.org/buildarchive/r374884/

Log:
  Convert to USES=autoreconf

Modified:
  head/audio/faad/Makefile

Modified: head/audio/faad/Makefile
==============================================================================
--- head/audio/faad/Makefile	Thu Dec 18 09:59:35 2014	(r374883)
+++ head/audio/faad/Makefile	Thu Dec 18 10:57:57 2014	(r374884)
@@ -11,11 +11,8 @@ MASTER_SITES=	SF/faac/${PORTNAME}-src/${
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412181057.sBIAvwPE092114>