Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Jan 2018 19:09:13 +0000 (UTC)
From:      Jimmy Olgeni <olgeni@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r458044 - head/sysutils/vzvol
Message-ID:  <201801041909.w04J9D3x022876@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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