svn commit: r374884 - head/audio/faad
Baptiste Daroussin
bapt at FreeBSD.org
Thu Dec 18 10:57:58 UTC 2014
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 at 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
More information about the svn-ports-all
mailing list