Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Dec 2017 17:22:11 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r457089 - head/sysutils/grub2-pcbsd
Message-ID:  <201712231722.vBNHMBHH082189@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Sat Dec 23 17:22:10 2017
New Revision: 457089
URL: https://svnweb.freebsd.org/changeset/ports/457089

Log:
  Remove unused ACLOCAL_ARGS and switch to USES=autoreconf:build because
  autoreconf is run manually via autogen.sh in pre-configure.

Modified:
  head/sysutils/grub2-pcbsd/Makefile

Modified: head/sysutils/grub2-pcbsd/Makefile
==============================================================================
--- head/sysutils/grub2-pcbsd/Makefile	Sat Dec 23 17:18:36 2017	(r457088)
+++ head/sysutils/grub2-pcbsd/Makefile	Sat Dec 23 17:22:10 2017	(r457089)
@@ -22,9 +22,8 @@ WRKSRC=		${WRKDIR}/grub-2.02
 CONFLICTS=	grub-0* grub2-2*
 SSP_UNSAFE=	yes
 USE_GCC=	yes
-ACLOCAL_ARGS=	-Im4
 GNU_CONFIGURE=	yes
-USES=		autoreconf bison cpe gettext gmake makeinfo python tar:xz
+USES=		autoreconf:build bison cpe gettext gmake makeinfo python tar:xz
 ONLY_FOR_ARCHS=	i386 amd64
 INFO=		grub grub-dev
 MAKE_JOBS_UNSAFE=	yes



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