summaryrefslogtreecommitdiffstats
path: root/system/virtualbox
diff options
context:
space:
mode:
author ponce2012-08-22 12:21:29 +0200
committer Robby Workman2012-08-22 23:01:01 +0200
commit0e1669b254a148ef677ae78a293aa3e1d6d01d7d (patch)
treec6a96535da485e5a2c85407dc21f3ae8bf785504 /system/virtualbox
parentcd9f24c23d0de1ae5476f631dbc70ccc163598f1 (diff)
downloadslackbuilds-0e1669b254a148ef677ae78a293aa3e1d6d01d7d.tar.gz
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 af39736a8a..475bb049e9 100644
--- a/system/virtualbox/README
+++ b/system/virtualbox/README
@@ -16,8 +16,7 @@ to the list of required dependencies.
If you want to attach VirtualBox to a VDE network you will need vde2.
-VirtualBox requires acpica, the jdk package from /extra, and the
-virtualbox-kernel package is needed at runtime. See README.SLACKWARE
-for some setup notes.
+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 ae0c37273f..2f8d5d9a53 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 gsoap vde2 virtualbox-kernel"
+REQUIRES="acpica virtualbox-kernel"
MAINTAINER="Heinz Wiesinger"
EMAIL="pprkut@liwjatan.at"