svn commit: r458044 - head/sysutils/vzvol

Jimmy Olgeni olgeni at FreeBSD.org
Thu Jan 4 19:09:15 UTC 2018


Author: olgeni
Date: Thu Jan  4 19:09:13 2018
New Revision: 458044
URL: https://svnweb.freebsd.org/changeset/ports/458044

Log:
  sysutils/vzvol: fix name of VirtualBox executable.

Modified:
  head/sysutils/vzvol/Makefile

Modified: head/sysutils/vzvol/Makefile
==============================================================================
--- head/sysutils/vzvol/Makefile	Thu Jan  4 19:09:04 2018	(r458043)
+++ head/sysutils/vzvol/Makefile	Thu Jan  4 19:09:13 2018	(r458044)
@@ -27,7 +27,7 @@ OPTIONS_DEFAULT=		EXT PROGRESS VIRTUALBOX XFS
 
 EXT_RUN_DEPENDS=		mke2fs:sysutils/e2fsprogs
 PROGRESS_RUN_DEPENDS=		pv:sysutils/pv
-VIRTUALBOX_RUN_DEPENDS=		virtualbox:emulators/virtualbox-ose
+VIRTUALBOX_RUN_DEPENDS=		VirtualBox:emulators/virtualbox-ose
 XFS_RUN_DEPENDS=		mkfs.xfs:sysutils/xfsprogs
 
 EXT_DESC=			Install support for ext2, ext3, and ext4


More information about the svn-ports-head mailing list