diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2012-07-01 23:43:40 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2012-07-01 23:43:40 +0000 |
commit | cc3bc4ae355057acfc0ce71d9cb2e6b041445a04 (patch) | |
tree | 72b35f9f60c45d03b9d3408a2acce473a6522d64 /emulators/virtualbox-ose-legacy | |
parent | f7c6b7b0f8f32bd21279460c52990b538ce763e6 (diff) |
Notes
Diffstat (limited to 'emulators/virtualbox-ose-legacy')
-rw-r--r-- | emulators/virtualbox-ose-legacy/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/emulators/virtualbox-ose-legacy/Makefile b/emulators/virtualbox-ose-legacy/Makefile index 7e7d00531fff..af377ef144e3 100644 --- a/emulators/virtualbox-ose-legacy/Makefile +++ b/emulators/virtualbox-ose-legacy/Makefile @@ -21,9 +21,6 @@ EXTRACT_ONLY= VirtualBox-${DISTVERSION}${EXTRACT_SUFX} MAINTAINER= vbox@FreeBSD.org COMMENT= A general-purpose full virtualizer for x86 hardware -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING - BUILD_DEPENDS= yasm:${PORTSDIR}/devel/yasm \ as86:${PORTSDIR}/devel/dev86 \ xsltproc:${PORTSDIR}/textproc/libxslt \ @@ -33,6 +30,9 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ curl.6:${PORTSDIR}/ftp/curl RUN_DEPENDS= /boot/modules/vboxdrv.ko:${PORTSDIR}/emulators/virtualbox-ose-kmod-legacy +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + WRKSRC= ${WRKDIR}/VirtualBox-${PORTVERSION}_OSE ONLY_FOR_ARCHS= i386 amd64 USE_CDRTOOLS= yes @@ -80,8 +80,6 @@ PLIST_SUB+= PYTHON_VER=${PYTHON_VER} \ SUB_LIST+= VBOXUSER=${VBOXUSER} USE_RC_SUBR+= vboxheadless -.include <bsd.port.pre.mk> - KMK_BUILDTYPE= release KMK_CONFIG= VBOX_LIBPATH_X11=${LOCALBASE} VBOX_FREEBSD_SRC=${SRC_BASE}/sys KMK_FLAGS= @@ -176,6 +174,8 @@ KMK_ARCH= freebsd.${ARCH} PLIST_SUB+= I386="@comment " .endif +.include <bsd.port.pre.mk> + .if ${OSVERSION} > 900012 EXTRA_PATCHES+= ${FILESDIR}/extrapatch-include-iprt-string.h .endif |