pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/aranym Fix path to and depend on bash. Bump ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2de588aa2a99
branches:  trunk
changeset: 532840:2de588aa2a99
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Sep 02 11:45:31 2007 +0000

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

diffstat:

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

diffs (31 lines):

diff -r fca0f0744733 -r 2de588aa2a99 emulators/aranym/Makefile
--- a/emulators/aranym/Makefile Sun Sep 02 11:45:06 2007 +0000
+++ b/emulators/aranym/Makefile Sun Sep 02 11:45:31 2007 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2006/06/12 16:28:06 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2007/09/02 11:45:31 joerg Exp $
 #
 
 DISTNAME=              aranym-0.8.9beta
-PKGREVISION=           4
+PKGREVISION=           5
 CATEGORIES=            emulators
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=aranym/}
 
@@ -10,13 +10,15 @@
 HOMEPAGE=              http://aranym.sourceforge.net/
 COMMENT=               Atari Running on Any Machine
 
-USE_TOOLS+=            gmake makedepend
+USE_TOOLS+=            gmake makedepend bash:run
 USE_LANGUAGES=         c c++
 GNU_CONFIGURE=         yes
 WRKSRC=                        ${WRKDIR}/${DISTNAME}/src/Unix
 USE_TOOLS+=            gzip
 MANCOMPRESSED=         yes
 
+REPLACE_BASH+=         ${WRKSRC}/../../tools/arabridge
+
 BUILD_TARGET=          # void
 
 BUILD_DEFS+=           FIXED_FASTRAM



Home | Main Index | Thread Index | Old Index