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 | |
parent | b3e4e19ddced293c5d1147a3172d522b4a807708 (diff) |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/virtualbox-ose-legacy/Makefile | 1 | ||||
-rw-r--r-- | emulators/virtualbox-ose/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/emulators/virtualbox-ose-legacy/Makefile b/emulators/virtualbox-ose-legacy/Makefile index 71857c9965a6..a5f9d6f90e43 100644 --- a/emulators/virtualbox-ose-legacy/Makefile +++ b/emulators/virtualbox-ose-legacy/Makefile @@ -35,6 +35,7 @@ RUN_DEPENDS= /boot/modules/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 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 |