summaryrefslogtreecommitdiffstats
path: root/system/virtualbox
diff options
context:
space:
mode:
author ponce <matteo.bernardini@gmail.com>2012-08-25 13:07:29 +0200
committer ponce <matteo.bernardini@gmail.com>2012-08-25 13:22:35 +0200
commitb131ba02a0f327c49f23d560d3860bf724249d11 (patch)
tree6968a2640543ad57a339d4c6d3e5b7461a46e9f1 /system/virtualbox
parent7ff3dc58e257a8e7ee6c730ea4ddc2d6462ef7a7 (diff)
downloadslackbuilds-b131ba02a0f327c49f23d560d3860bf724249d11.tar.gz
slackbuilds-b131ba02a0f327c49f23d560d3860bf724249d11.tar.xz
system/virtualbox: Fixed dep information
Diffstat (limited to 'system/virtualbox')
-rw-r--r--system/virtualbox/README5
-rw-r--r--system/virtualbox/virtualbox.info2
2 files changed, 3 insertions, 4 deletions
diff --git a/system/virtualbox/README b/system/virtualbox/README
index 475bb049e9..772d5c27c9 100644
--- a/system/virtualbox/README
+++ b/system/virtualbox/README
@@ -11,12 +11,11 @@ and make your user a member of that group.
To compile virtualbox without the Qt4 GUI pass QT4=no to the script.
-To enable the webservice pass WEBSERVICE=yes to the script. This adds gsoap
-to the list of required dependencies.
+To enable the webservice pass WEBSERVICE=yes to the script. This will
+require the optional dependency gsoap.
If you want to attach VirtualBox to a VDE network you will need vde2.
-VirtualBox requires also the jdk package from /extra.
See README.SLACKWARE for some setup notes.
NOTE: This will not build on a stock x86_64 system.
diff --git a/system/virtualbox/virtualbox.info b/system/virtualbox/virtualbox.info
index 2f8d5d9a53..14c7fe2be6 100644
--- a/system/virtualbox/virtualbox.info
+++ b/system/virtualbox/virtualbox.info
@@ -11,6 +11,6 @@ MD5SUM="f8baa04e6d589bc6b1fb4e7079fbe414 \
db41373e270b06c00dd3d2c89b95899a"
DOWNLOAD_x86_64="UNTESTED"
MD5SUM_x86_64=""
-REQUIRES="acpica virtualbox-kernel"
+REQUIRES="acpica jdk virtualbox-kernel"
MAINTAINER="Heinz Wiesinger"
EMAIL="pprkut@liwjatan.at"