diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2008-02-14 15:29:54 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2008-02-14 15:29:54 +0000 |
commit | b2071d241a7845e9a1094937a91650d0f853c31b (patch) | |
tree | 90b4d158367978aaa8e4a2b5153b8274bd215e5d /emulators/win4bsd | |
parent | 34a493a5a76bf4bd0948176eb5261e616508fef9 (diff) | |
download | ports-b2071d241a7845e9a1094937a91650d0f853c31b.tar.gz ports-b2071d241a7845e9a1094937a91650d0f853c31b.zip |
Notes
Diffstat (limited to 'emulators/win4bsd')
-rw-r--r-- | emulators/win4bsd/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/emulators/win4bsd/Makefile b/emulators/win4bsd/Makefile index 922bf5338353..cc62506d2ea9 100644 --- a/emulators/win4bsd/Makefile +++ b/emulators/win4bsd/Makefile @@ -7,6 +7,7 @@ PORTNAME= win4bsd PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= ftp://ftp.win4bsd.com/pub/releases/${PORTVERSION}/ DISTNAME= Win4BSD-1.1_63918_i386-freebsd @@ -21,6 +22,7 @@ ONLY_FOR_ARCHS= i386 ONLY_FOR_ARCHS_REASON= installs an i386 binary which requires dependecies USE_BZIP2= yes USE_GNOME= gtk12 +USE_LDCONFIG= yes NO_BUILD= yes NO_WRKSUBDIR= yes RESTRICTED= Redistribution is not allowed @@ -31,6 +33,10 @@ 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 |