diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2011-05-23 15:59:06 +0800 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2011-05-23 15:59:06 +0800 |
commit | b9fb4c08e11dce89f2476b4e5e5fb70beac9f757 (patch) | |
tree | 12e27f29dff875efc832574943b3381412058e85 /emulators | |
parent | db6b98aa5200f0e72713befacd884c4deed32610 (diff) | |
download | freebsd-ports-gnome-b9fb4c08e11dce89f2476b4e5e5fb70beac9f757.tar.gz freebsd-ports-gnome-b9fb4c08e11dce89f2476b4e5e5fb70beac9f757.tar.zst freebsd-ports-gnome-b9fb4c08e11dce89f2476b4e5e5fb70beac9f757.zip |
- Clarify VIMAGE option
PR: ports/157253
Submitted by: Warren Block <wblock@wonkity.com>
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/virtualbox-ose-kmod/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/virtualbox-ose-kmod/Makefile b/emulators/virtualbox-ose-kmod/Makefile index 60b99e139a71..93f488b9b8db 100644 --- a/emulators/virtualbox-ose-kmod/Makefile +++ b/emulators/virtualbox-ose-kmod/Makefile @@ -40,7 +40,7 @@ CONFLICTS= bcc-[0-9]* CONFLICTS_INSTALL= virtualbox-ose-kmod-devel-[3,4]* virtualbox-ose-kmod-legacy-[3,4]* OPTIONS= DEBUG "Build with debugging symbols" off \ - VIMAGE "Build with VIMAGE support" off + VIMAGE "VIMAGE virtual networking support" off .include <bsd.port.options.mk> |