Date: Tue, 16 Jun 2015 23:43:02 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r389884 - head/sysutils/grub2 Message-ID: <201506162343.t5GNh2Dd081699@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Jun 16 23:43:01 2015 New Revision: 389884 URL: https://svnweb.freebsd.org/changeset/ports/389884 Log: - Switch to USES=autoreconf Modified: head/sysutils/grub2/Makefile Modified: head/sysutils/grub2/Makefile ============================================================================== --- head/sysutils/grub2/Makefile Tue Jun 16 23:42:53 2015 (r389883) +++ head/sysutils/grub2/Makefile Tue Jun 16 23:43:01 2015 (r389884) @@ -19,10 +19,8 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${P CONFLICTS= grub-0* SSP_UNSAFE= yes USE_GCC= yes -USE_AUTOTOOLS= automake aclocal autoconf -ACLOCAL_ARGS= -Im4 GNU_CONFIGURE= yes -USES= bison cpe gettext gmake tar:xz +USES= autoreconf bison cpe gettext gmake 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?201506162343.t5GNh2Dd081699>