Date: Sat, 23 Dec 2017 17:18:36 +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: r457088 - head/sysutils/grub2-efi Message-ID: <201712231718.vBNHIaoZ079084@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712231718.vBNHIaoZ079084>