diff options
author | joerg <joerg@pkgsrc.org> | 2007-09-02 11:45:31 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-09-02 11:45:31 +0000 |
commit | 5838e37d3c8c52e632de3c39231129572417ce50 (patch) | |
tree | aee0be38f992c7701b4f6bb819e37e53bf13b35f /emulators | |
parent | 113bd64eebf40899f8d27ddc3292b4337f1c51ed (diff) | |
download | pkgsrc-5838e37d3c8c52e632de3c39231129572417ce50.tar.gz |
Fix path to and depend on bash. Bump revision.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/aranym/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/emulators/aranym/Makefile b/emulators/aranym/Makefile index f95ad292431..cf183902ddc 100644 --- a/emulators/aranym/Makefile +++ b/emulators/aranym/Makefile @@ -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 @@ MAINTAINER= pkgsrc-users@NetBSD.org 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 |