diff options
author | mishka <mishka@pkgsrc.org> | 2009-03-20 12:20:29 +0000 |
---|---|---|
committer | mishka <mishka@pkgsrc.org> | 2009-03-20 12:20:29 +0000 |
commit | 950774f5e2de3887a4a4874fbac715fdb4cf372a (patch) | |
tree | c74813fb080cc15995d23d9cd1a3729672a6e745 /emulators | |
parent | c3102657f937f080da4b06d0520afbe478c3f95f (diff) | |
download | pkgsrc-950774f5e2de3887a4a4874fbac715fdb4cf372a.tar.gz |
Bump revision to reflect recent build fix with 'debug' option.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/bochs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile index e392c54f3c3..67c9cd9f91f 100644 --- a/emulators/bochs/Makefile +++ b/emulators/bochs/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.54 2008/12/06 12:00:56 wiz Exp $ +# $NetBSD: Makefile,v 1.55 2009/03/20 12:20:29 mishka Exp $ DISTNAME= bochs-2.3.7 +PKGREVISION= 1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bochs/} |