diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2009-06-17 20:52:53 +0000 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2009-06-17 20:52:53 +0000 |
commit | 1b7af2702d3678bb8ec0c6a6b4d7bca52383a9fc (patch) | |
tree | 134e7b9ce948f2519c47bffb4b220446603c200c /emulators/virtualbox-ose-kmod-legacy | |
parent | 7d9cc7021443e251932f101a09acd35a447f18cd (diff) | |
download | ports-1b7af2702d3678bb8ec0c6a6b4d7bca52383a9fc.tar.gz ports-1b7af2702d3678bb8ec0c6a6b4d7bca52383a9fc.zip |
Notes
Diffstat (limited to 'emulators/virtualbox-ose-kmod-legacy')
-rw-r--r-- | emulators/virtualbox-ose-kmod-legacy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/virtualbox-ose-kmod-legacy/Makefile b/emulators/virtualbox-ose-kmod-legacy/Makefile index 84ac0744fc2a..70c1c1d4b56a 100644 --- a/emulators/virtualbox-ose-kmod-legacy/Makefile +++ b/emulators/virtualbox-ose-kmod-legacy/Makefile @@ -7,7 +7,7 @@ PORTNAME= virtualbox DISTVERSION= 2.2.51.r20457 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= emulators kld MASTER_SITES= http://tmp.chruetertee.ch/ \ http://freebsd.unixfreunde.de/sources/ \ @@ -43,7 +43,7 @@ USE_LDCONFIG= ${PREFIX}/lib/virtualbox CONFLICTS= bcc-[0-9]* VBOXGROUP?= vboxusers -VBOXGID?= 919 +VBOXGID?= 920 VBOX_FRONTENDS= VBoxBFE VBoxHeadless VBoxSDL VBOX_GUEST_VER= 2.2.4 |