summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation/phpvirtualbox/phpvirtualbox-4.1.2.ebuild')
-rw-r--r--app-emulation/phpvirtualbox/phpvirtualbox-4.1.2.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/app-emulation/phpvirtualbox/phpvirtualbox-4.1.2.ebuild b/app-emulation/phpvirtualbox/phpvirtualbox-4.1.2.ebuild
index 9a43208..f2ba8f7 100644
--- a/app-emulation/phpvirtualbox/phpvirtualbox-4.1.2.ebuild
+++ b/app-emulation/phpvirtualbox/phpvirtualbox-4.1.2.ebuild
@@ -19,7 +19,6 @@ IUSE=""
RDEPEND="
dev-lang/php[session,unicode,soap,gd]
- >=app-emulation/virtualbox-4.1[vboxwebsrv]
"
DEPEND="app-arch/unzip"
@@ -44,7 +43,9 @@ src_install() {
pkg_postinst() {
webapp_pkg_postinst
- elog "The vboxwebsrv-daemon must be running to use this interface:"
+ elog "Local or remote virtualbox hosts must be compiled with"
+ elog "'vboxwebsrv' useflag and the respective init script"
+ elog "must be running to use this interface"
elog " /etc/init.d/vboxwebsrv start"
}