Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Mar 2021 21:41:12 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r569520 - head/sysutils/grub2-bhyve
Message-ID:  <202103292141.12TLfCdv007143@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Mar 29 21:41:12 2021
New Revision: 569520
URL: https://svnweb.freebsd.org/changeset/ports/569520

Log:
  Fix typo
  
  Submitted by:	Henric Jungheim <software@henric.org>

Modified:
  head/sysutils/grub2-bhyve/Makefile

Modified: head/sysutils/grub2-bhyve/Makefile
==============================================================================
--- head/sysutils/grub2-bhyve/Makefile	Mon Mar 29 21:35:27 2021	(r569519)
+++ head/sysutils/grub2-bhyve/Makefile	Mon Mar 29 21:41:12 2021	(r569520)
@@ -12,7 +12,7 @@ COMMENT=	Grub-emu loader for bhyve
 
 LICENSE=	GPLv3
 
-BULID_DEPENDS=	${LOCALBASE}/bin/flex:textproc/flex \
+BUILD_DEPENDS=	${LOCALBASE}/bin/flex:textproc/flex \
 		help2man:misc/help2man
 
 ONLY_FOR_ARCHS=	amd64



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