diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 10:23:55 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 10:23:55 +0000 |
commit | c7d6ee97c1e3058dc5e26308ae336e58bc1197d9 (patch) | |
tree | f6e784f75b78fca30725a4bca431b966cbe15807 /emulators/virtualbox-ose | |
parent | b3e4e19ddced293c5d1147a3172d522b4a807708 (diff) | |
download | ports-c7d6ee97c1e3058dc5e26308ae336e58bc1197d9.tar.gz ports-c7d6ee97c1e3058dc5e26308ae336e58bc1197d9.zip |
Notes
Diffstat (limited to 'emulators/virtualbox-ose')
-rw-r--r-- | emulators/virtualbox-ose/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/virtualbox-ose/Makefile b/emulators/virtualbox-ose/Makefile index 561ec26fa0c4..c32da908feaa 100644 --- a/emulators/virtualbox-ose/Makefile +++ b/emulators/virtualbox-ose/Makefile @@ -34,6 +34,7 @@ RUN_DEPENDS= ${KMODDIR}/vboxdrv.ko:${PORTSDIR}/emulators/virtualbox-ose-kmod \ WRKSRC= ${WRKDIR}/VirtualBox-${PORTVERSION} ONLY_FOR_ARCHS= i386 amd64 FETCH_ARGS= -pRr +USES= pkgconfig USE_GCC= any USE_GNOME= libidl USE_BZIP2= yes |