svn commit: r569520 - head/sysutils/grub2-bhyve

Baptiste Daroussin bapt at FreeBSD.org
Mon Mar 29 21:41:12 UTC 2021


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 at 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


More information about the svn-ports-head mailing list