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 /games/netris | |
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 'games/netris')
-rw-r--r-- | games/netris/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/netris/Makefile b/games/netris/Makefile index a98a097db23..eb37f3bf83d 100644 --- a/games/netris/Makefile +++ b/games/netris/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2013/10/17 16:11:15 roy Exp $ +# $NetBSD: Makefile,v 1.18 2015/08/18 07:31:09 wiz Exp $ # DISTNAME= netris-0.52 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= games MASTER_SITES= ftp://ftp.netris.org/pub/netris/ |