diff options
Diffstat (limited to 'emulators/win4bsd')
-rw-r--r-- | emulators/win4bsd/Makefile | 5 |
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 |