diff options
author | decke <decke@FreeBSD.org> | 2011-05-23 15:59:06 +0800 |
---|---|---|
committer | decke <decke@FreeBSD.org> | 2011-05-23 15:59:06 +0800 |
commit | 33711f519d886f1465a2470bca39fb6e2fb40677 (patch) | |
tree | 68ff5f31966bbed7e870f46506c3b35197d83dec /emulators | |
parent | 3f7d9c55c603178bd416e6a2ee1681ce9bc5593e (diff) | |
download | freebsd-ports-gnome-33711f519d886f1465a2470bca39fb6e2fb40677.tar.gz freebsd-ports-gnome-33711f519d886f1465a2470bca39fb6e2fb40677.tar.zst freebsd-ports-gnome-33711f519d886f1465a2470bca39fb6e2fb40677.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> |