diff options
author | jgh <jgh@FreeBSD.org> | 2012-07-02 07:43:40 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2012-07-02 07:43:40 +0800 |
commit | 50c34dbedbcffc87e5cc027cdf14b970db5946e6 (patch) | |
tree | dea7e9ad5b6d3ac694f16161c04aa21ebc5d10fb | |
parent | 7b37ee383767f7aed9bebfa3e1ed511c090d6695 (diff) | |
download | freebsd-ports-gnome-50c34dbedbcffc87e5cc027cdf14b970db5946e6.tar.gz freebsd-ports-gnome-50c34dbedbcffc87e5cc027cdf14b970db5946e6.tar.zst freebsd-ports-gnome-50c34dbedbcffc87e5cc027cdf14b970db5946e6.zip |
- revert previous commit, index breakage
PR: ports/169224
-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 |