diff options
author | agc <agc@pkgsrc.org> | 2001-02-22 16:49:35 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2001-02-22 16:49:35 +0000 |
commit | b7381663e5274fdb9786a64a64dccd5f31cb7535 (patch) | |
tree | 55b8411f927078ad15e431575ae9094ac0864652 /emulators | |
parent | 32a0f6e0fbe4e9627fc2d0ca292021932105b42a (diff) | |
download | pkgsrc-b7381663e5274fdb9786a64a64dccd5f31cb7535.tar.gz |
Add a dependency on hercules-images (the mftr33 images with which to IPL
Hercules).
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/hercules/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/hercules/Makefile b/emulators/hercules/Makefile index 061616b9451..da6958138c8 100644 --- a/emulators/hercules/Makefile +++ b/emulators/hercules/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/02/21 10:18:16 agc Exp $ +# $NetBSD: Makefile,v 1.4 2001/02/22 16:49:35 agc Exp $ DISTNAME= hercules-2.11 CATEGORIES= emulators @@ -9,6 +9,7 @@ HOMEPAGE= http://www.conmicro.cx/hercules/ COMMENT= s370 emulator DEPENDS= unproven-pthreads-*:../../devel/unproven-pthreads +DEPENDS+= hercules-images-*:../../emulators/hercules-images USE_GMAKE= yes MAKEFILE= makefile |