svn commit: r457088 - head/sysutils/grub2-efi

Tijl Coosemans tijl at FreeBSD.org
Sat Dec 23 17:18:37 UTC 2017


Author: tijl
Date: Sat Dec 23 17:18:36 2017
New Revision: 457088
URL: https://svnweb.freebsd.org/changeset/ports/457088

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-efi/Makefile

Modified: head/sysutils/grub2-efi/Makefile
==============================================================================
--- head/sysutils/grub2-efi/Makefile	Sat Dec 23 17:08:16 2017	(r457087)
+++ head/sysutils/grub2-efi/Makefile	Sat Dec 23 17:18:36 2017	(r457088)
@@ -23,9 +23,8 @@ BUILD_DEPENDS=	${LOCALBASE}/bin/flex:textproc/flex \
 WRKSRC=		${WRKDIR}/grub-${PORTVERSION}
 SSP_UNSAFE=	yes
 USE_GCC=	yes
-ACLOCAL_ARGS=	-Im4
 GNU_CONFIGURE=	yes
-USES=		autoreconf bison cpe gettext gmake python tar:xz
+USES=		autoreconf:build bison cpe gettext gmake python tar:xz
 ONLY_FOR_ARCHS=	amd64
 MAKE_JOBS_UNSAFE=	yes
 


More information about the svn-ports-head mailing list