Changeset 83173
- Timestamp:
- 08/26/11 22:35:20 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/emulators/virtualbox/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/emulators/virtualbox/Portfile
r83169 r83173 7 7 name virtualbox 8 8 version 4.1.2 9 revision 29 revision 3 10 10 categories emulators 11 11 maintainers nomaintainer … … 19 19 license GPL-2 20 20 homepage http://www.virtualbox.org/ 21 supported_archs i386 21 22 # virtualbox installs a kernel extension so it has to build for the same architecture as the kernel 23 set kernel_arch [exec uname -m] 24 switch ${kernel_arch} { 25 i386 - 26 x86_64 { 27 supported_archs ${kernel_arch} 28 } 29 default { 30 supported_archs i386 x86_64 31 } 32 } 33 22 34 universal_variant no 35 23 36 platforms darwin 24 37
Note: See TracChangeset
for help on using the changeset viewer.

