diff options
author | joerg <joerg@pkgsrc.org> | 2007-09-02 11:54:08 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-09-02 11:54:08 +0000 |
commit | ad1da05e387c7df6112253ddba2bcaa902e7c623 (patch) | |
tree | bbb40139e8e58b3ad3db1e3a27829706e87f4f31 /emulators/hercules | |
parent | f95accdc879271d526dff22cb2b7688b681300a5 (diff) | |
download | pkgsrc-ad1da05e387c7df6112253ddba2bcaa902e7c623.tar.gz |
Fix path to and dependency on bash. Bump revision.
Diffstat (limited to 'emulators/hercules')
-rw-r--r-- | emulators/hercules/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/emulators/hercules/Makefile b/emulators/hercules/Makefile index 5e40ba0d7dc..ca40258508b 100644 --- a/emulators/hercules/Makefile +++ b/emulators/hercules/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2006/09/09 02:41:59 obache Exp $ +# $NetBSD: Makefile,v 1.22 2007/09/02 11:54:08 joerg Exp $ DISTNAME= hercules-2.11 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= emulators MASTER_SITES= http://www.conmicro.cx/hercules/ @@ -11,10 +11,12 @@ COMMENT= S370 emulator DEPENDS+= hercules-images-[0-9]*:../../emulators/hercules-images -USE_TOOLS+= gmake +USE_TOOLS+= gmake bash:run MAKE_FILE= makefile MAKE_ENV+= HOST_ARCH=${MACHINE_ARCH:Q} +REPLACE_BASH+= dasdlist + PTHREAD_OPTS+= require pre-install: |