diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2014-03-05 20:31:02 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2014-03-05 20:31:02 +0000 |
commit | 0806784e422fa549c8a3d24a3062ef1f581423eb (patch) | |
tree | 16b1b012fbc34416e4297b47166b937f4486220b /emulators/virtualbox-ose-kmod-legacy | |
parent | 921ee4999941cc53800afd120e0fbe3983300637 (diff) | |
download | freebsd-ports-0806784e422fa549c8a3d24a3062ef1f581423eb.zip |
- Remove devel/dev86 from BUILD_DEPENDS and devel/bcc from CONFLICTS. It
has not been used for very long time.
- Remove devel/yasm from BUILD_DEPENDS for kernel module. It is actually
unnecessary for building kmod.
Diffstat (limited to 'emulators/virtualbox-ose-kmod-legacy')
-rw-r--r-- | emulators/virtualbox-ose-kmod-legacy/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/emulators/virtualbox-ose-kmod-legacy/Makefile b/emulators/virtualbox-ose-kmod-legacy/Makefile index ce74f55030a4..01bf9ae0220c 100644 --- a/emulators/virtualbox-ose-kmod-legacy/Makefile +++ b/emulators/virtualbox-ose-kmod-legacy/Makefile @@ -16,9 +16,7 @@ COMMENT= VirtualBox kernel module for FreeBSD LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= yasm:${PORTSDIR}/devel/yasm \ - as86:${PORTSDIR}/devel/dev86 \ - kmk:${PORTSDIR}/devel/kBuild +BUILD_DEPENDS= kmk:${PORTSDIR}/devel/kBuild UNIQUENAME= ${PORTNAME}${PKGNAMESUFFIX} WRKSRC= ${WRKDIR}/VirtualBox-${PORTVERSION} @@ -32,7 +30,6 @@ CONFIGURE_ARGS+=--with-gcc="${CC}" --with-g++="${CXX}" --nofatal \ --disable-alsa --disable-dbus --disable-python \ --build-headless -CONFLICTS= bcc-[0-9]* CONFLICTS_INSTALL= virtualbox-ose-kmod-4* virtualbox-ose-kmod-devel-4* OPTIONS_DEFINE= DEBUG VIMAGE |