diff options
author | wiz <wiz@pkgsrc.org> | 2015-08-18 07:31:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-08-18 07:31:00 +0000 |
commit | 40fbdd7286885bdbed9f722af394543567d30e18 (patch) | |
tree | e72ba1b18faa5629fdb2d47b6dd84b9d277f3f3b /emulators/bochs | |
parent | e0b02c82f6329b0cbfaa283b2b6f7828572e3be5 (diff) | |
download | pkgsrc-40fbdd7286885bdbed9f722af394543567d30e18.tar.gz |
Bump all packages that depend on curses.bui* or terminfo.bui* since they
might incur ncurses dependencies on some platforms, and ncurses just bumped
its shlib.
Some packages were bumped twice now, sorry for that.
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 99fb6a0f86c..57fc0f943af 100644 --- a/emulators/bochs/Makefile +++ b/emulators/bochs/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.82 2015/07/01 13:39:17 ryoon Exp $ +# $NetBSD: Makefile,v 1.83 2015/08/18 07:31:07 wiz Exp $ DISTNAME= bochs-2.6.8 +PKGREVISION= 1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bochs/} |