Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Sep 2014 15:04:23 +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: r368472 - head/devel/argp-standalone
Message-ID:  <201409181504.s8IF4N5q086727@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Sep 18 15:04:23 2014
New Revision: 368472
URL: http://svnweb.freebsd.org/changeset/ports/368472
QAT: https://qat.redports.org/buildarchive/r368472/

Log:
  Convert to USES=autoreconf

Modified:
  head/devel/argp-standalone/Makefile

Modified: head/devel/argp-standalone/Makefile
==============================================================================
--- head/devel/argp-standalone/Makefile	Thu Sep 18 15:02:30 2014	(r368471)
+++ head/devel/argp-standalone/Makefile	Thu Sep 18 15:04:23 2014	(r368472)
@@ -12,12 +12,9 @@ MASTER_SITE_SUBDIR=	sem
 MAINTAINER=	sem@FreeBSD.org
 COMMENT=	Standalone version of arguments parsing functions from GLIBC
 
-USES=		libtool
+USES=		autoreconf libtool
 USE_CSTD=	gnu89
 GNU_CONFIGURE=	yes
-USE_AUTOTOOLS=	aclocal autoconf automake libtoolize
-AUTOMAKE_ARGS=	-c -a
-ACLOCAL_ARGS=	--automake-acdir=${ACLOCAL_DIR} -I ${LOCALBASE}/share/aclocal
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
 



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