aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/win4bsd
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2009-01-06 03:44:02 +0800
committerpav <pav@FreeBSD.org>2009-01-06 03:44:02 +0800
commit72173ae40a3c3cc1a23bba84b7ed08e57ae4f92e (patch)
treed1102c67d6d770e809475dae366f152130cb1883 /emulators/win4bsd
parent5ae596207dc0bd85ca28a43d715d82bc6b358b81 (diff)
downloadfreebsd-ports-gnome-72173ae40a3c3cc1a23bba84b7ed08e57ae4f92e.tar.gz
freebsd-ports-gnome-72173ae40a3c3cc1a23bba84b7ed08e57ae4f92e.tar.zst
freebsd-ports-gnome-72173ae40a3c3cc1a23bba84b7ed08e57ae4f92e.zip
- Remove conditional checks for FreeBSD 5.x and older
Diffstat (limited to 'emulators/win4bsd')
-rw-r--r--emulators/win4bsd/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/emulators/win4bsd/Makefile b/emulators/win4bsd/Makefile
index 123268f2269e..ed69211c5439 100644
--- a/emulators/win4bsd/Makefile
+++ b/emulators/win4bsd/Makefile
@@ -16,6 +16,7 @@ EXTRACT_SUFX= .tbz
MAINTAINER= bacon@smithers.neuro.mcw.edu
COMMENT= Win4BSD Virtual Machine for Windows under BSD
+LIB_DEPENDS= c.5:${PORTSDIR}/misc/compat5x
RUN_DEPENDS= xwininfo:${PORTSDIR}/x11/xwininfo
CONFLICTS= Win4BSD-[0-9]*
@@ -35,10 +36,6 @@ SUB_FILES= pkg-message
.include <bsd.port.pre.mk>
-.if ${OSVERSION} > 600000
-LIB_DEPENDS+= c.5:${PORTSDIR}/misc/compat5x
-.endif
-
.if !exists(/usr/src/sys/kern)
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