svn commit: r458894 - head/sysutils/am-utils

Cy Schubert cy at FreeBSD.org
Sat Jan 13 08:12:22 UTC 2018


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


More information about the svn-ports-all mailing list