diff options
author | agc <agc> | 2001-02-21 10:18:16 +0000 |
---|---|---|
committer | agc <agc> | 2001-02-21 10:18:16 +0000 |
commit | 67d08713374ac3570af729204b109c9b6e3c6e05 (patch) | |
tree | 89da44e3346dd9fab17381e1f6f5a95e12e329e7 /emulators/hercules | |
parent | d3c6a2efe810464e3f7a544d3f0aeb76a76d126f (diff) | |
download | pkgsrc-67d08713374ac3570af729204b109c9b6e3c6e05.tar.gz |
Switch to using unproven-pthreads from pth - it makes the emulator get
further before dying. From ws@tools.de (Wolfgang Solfrank)
Diffstat (limited to 'emulators/hercules')
-rw-r--r-- | emulators/hercules/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/hercules/Makefile b/emulators/hercules/Makefile index f5e4543a8b4..061616b9451 100644 --- a/emulators/hercules/Makefile +++ b/emulators/hercules/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/02/20 15:58:16 agc Exp $ +# $NetBSD: Makefile,v 1.3 2001/02/21 10:18:16 agc Exp $ DISTNAME= hercules-2.11 CATEGORIES= emulators @@ -8,7 +8,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.conmicro.cx/hercules/ COMMENT= s370 emulator -DEPENDS= pth-*:../../devel/pth +DEPENDS= unproven-pthreads-*:../../devel/unproven-pthreads USE_GMAKE= yes MAKEFILE= makefile |