pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/hercules Fix path to and dependency on bash....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b0cc89408ac7
branches:  trunk
changeset: 532842:b0cc89408ac7
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Sep 02 11:54:08 2007 +0000

description:
Fix path to and dependency on bash. Bump revision.

diffstat:

 emulators/hercules/Makefile |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 097b34bcd780 -r b0cc89408ac7 emulators/hercules/Makefile
--- a/emulators/hercules/Makefile       Sun Sep 02 11:46:32 2007 +0000
+++ b/emulators/hercules/Makefile       Sun Sep 02 11:54:08 2007 +0000
@@ -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 @@
 
 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:



Home | Main Index | Thread Index | Old Index