diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2009-11-14 01:04:53 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2009-11-14 01:04:53 +0000 |
commit | 334354a04ad02c4b91ee820188940869d4e66732 (patch) | |
tree | ecdb51fee00db62510748b89877500d6dca47511 /emulators | |
parent | c4b5007c548b9a7823133cb40ed1f7531adf426c (diff) | |
download | ports-334354a04ad02c4b91ee820188940869d4e66732.tar.gz ports-334354a04ad02c4b91ee820188940869d4e66732.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/win4bsd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/win4bsd/Makefile b/emulators/win4bsd/Makefile index 1fbc1c7f0a87..a2ed185f43a3 100644 --- a/emulators/win4bsd/Makefile +++ b/emulators/win4bsd/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.win4bsd.com/pub/releases/${PORTVERSION}/ DISTNAME= Win4BSD-1.1_63918_i386-freebsd EXTRACT_SUFX= .tbz -MAINTAINER= jwbacon@tds.net +MAINTAINER= lioux@FreeBSD.org COMMENT= Win4BSD Virtual Machine for Windows under BSD LIB_DEPENDS= c.5:${PORTSDIR}/misc/compat5x @@ -40,10 +40,12 @@ SUB_FILES= pkg-message IGNORE= requires system source for installing kqemu, the accelerator that provides native CPU speed in Win4BSD. Please install the system sources in /usr/src (e.g. using sysinstall), and run make again .endif +.if ${OSVERSION} < 800000 SCHED_NAME!= ${SYSCTL} -n kern.sched.name .if ${SCHED_NAME} != "4BSD" IGNORE= requires the traditional 4BSD scheduler. Please rebuild your kernel with options SCHED_4BSD, and run make again .endif +.endif post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' ${WRKSRC}/+POST-* \ |