Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jan 2018 15:30:10 +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: r458935 - head/sysutils/am-utils
Message-ID:  <201801131530.w0DFUAcf005638@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Sat Jan 13 15:30:10 2018
New Revision: 458935
URL: https://svnweb.freebsd.org/changeset/ports/458935

Log:
  Fix build after r458894.
  
  Reported by:	Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>

Modified:
  head/sysutils/am-utils/Makefile

Modified: head/sysutils/am-utils/Makefile
==============================================================================
--- head/sysutils/am-utils/Makefile	Sat Jan 13 14:35:03 2018	(r458934)
+++ head/sysutils/am-utils/Makefile	Sat Jan 13 15:30:10 2018	(r458935)
@@ -20,7 +20,7 @@ OPTIONS_DEFINE=	OPENLDAP DOCS
 OPTIONS_DEFAULT=OPENLDAP
 OPENLDAP_DESC=	OpenLDAP support
 
-USES=		autoreconf bison libtool makeinfo perl5
+USES=		autoreconf:build 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?201801131530.w0DFUAcf005638>