svn commit: r389884 - head/sysutils/grub2

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jun 16 23:43:02 UTC 2015


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


More information about the svn-ports-all mailing list