diff options
author | olgeni <olgeni@FreeBSD.org> | 2018-01-05 03:09:13 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2018-01-05 03:09:13 +0800 |
commit | f6e2350cc46acfb79a7e3d3f200646b02c0dfb38 (patch) | |
tree | e2771c0499bbece46893691bd2c90862ab8f10f1 | |
parent | 08f1a7432a09f015af8052fcb3deea19b32c86ea (diff) | |
download | freebsd-ports-gnome-f6e2350cc46acfb79a7e3d3f200646b02c0dfb38.tar.gz freebsd-ports-gnome-f6e2350cc46acfb79a7e3d3f200646b02c0dfb38.tar.zst freebsd-ports-gnome-f6e2350cc46acfb79a7e3d3f200646b02c0dfb38.zip |
sysutils/vzvol: fix name of VirtualBox executable.
-rw-r--r-- | sysutils/vzvol/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/vzvol/Makefile b/sysutils/vzvol/Makefile index 7fa5b31c8c08..d104e7b70a49 100644 --- a/sysutils/vzvol/Makefile +++ b/sysutils/vzvol/Makefile @@ -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 |