Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jan 2018 08:12:21 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r458894 - head/sysutils/am-utils
Message-ID:  <201801130812.w0D8CLI1020215@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Sat Jan 13 08:12:21 2018
New Revision: 458894
URL: https://svnweb.freebsd.org/changeset/ports/458894

Log:
  Forgot to git commit this USE=autoreconf prior to git svn dcommit
  of the pair. The previous commit was the original submitted in
  PR/207687 and this is my correction to the submitted patch.

Modified:
  head/sysutils/am-utils/Makefile   (contents, props changed)

Modified: head/sysutils/am-utils/Makefile
==============================================================================
--- head/sysutils/am-utils/Makefile	Sat Jan 13 07:47:11 2018	(r458893)
+++ head/sysutils/am-utils/Makefile	Sat Jan 13 08:12:21 2018	(r458894)
@@ -20,8 +20,7 @@ OPTIONS_DEFINE=	OPENLDAP DOCS
 OPTIONS_DEFAULT=OPENLDAP
 OPENLDAP_DESC=	OpenLDAP support
 
-USES=		bison libtool makeinfo perl5
-USE_AUTOTOOLS=	autoconf
+USES=		autoreconf bison libtool makeinfo perl5
 USE_LDCONFIG=	yes
 MAKE_JOBS_UNSAFE=yes
 GNU_CONFIGURE=	yes



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