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 | 8324c61817112881c0f0d5bebd0ddbc98a0ab5c2 (patch) | |
tree | c74813fb080cc15995d23d9cd1a3729672a6e745 /emulators/bochs | |
parent | aaa5deb5c66cb5d1764a03cea1668b85176e9c13 (diff) | |
download | pkgsrc-8324c61817112881c0f0d5bebd0ddbc98a0ab5c2.tar.gz |
Bump revision to reflect recent build fix with 'debug' option.
Diffstat (limited to 'emulators/bochs')
-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/} |