Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jun 2015 13:46:50 +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: r390211 - head/multimedia/libaacs
Message-ID:  <201506211346.t5LDko0k062253@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun Jun 21 13:46:49 2015
New Revision: 390211
URL: https://svnweb.freebsd.org/changeset/ports/390211

Log:
  Convert to USES=autoreconf

Modified:
  head/multimedia/libaacs/Makefile

Modified: head/multimedia/libaacs/Makefile
==============================================================================
--- head/multimedia/libaacs/Makefile	Sun Jun 21 13:45:22 2015	(r390210)
+++ head/multimedia/libaacs/Makefile	Sun Jun 21 13:46:49 2015	(r390211)
@@ -16,10 +16,10 @@ BUILD_DEPENDS=	${LOCALBASE}/bin/flex:${P
 LIB_DEPENDS=	libgcrypt.so:${PORTSDIR}/security/libgcrypt \
 		libgpg-error.so:${PORTSDIR}/security/libgpg-error
 
+GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	LEX="${LOCALBASE}/bin/flex"
 INSTALL_TARGET=	install-strip
-USE_AUTOTOOLS=	autoconf aclocal automake
-USES=		bison gettext iconv libtool pathfix tar:bzip2
+USES=		autoreconf bison gettext iconv libtool pathfix tar:bzip2
 USE_LDCONFIG=	yes
 
 .include "${.CURDIR}/../libbluray/Makefile.include"



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