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 | 943faf64dbfe25eac5108b35598d14bd2341283a (patch) | |
tree | e72ba1b18faa5629fdb2d47b6dd84b9d277f3f3b /editors/se | |
parent | c6269a4b362eb94372b04636fcd12efaf77508b0 (diff) | |
download | pkgsrc-943faf64dbfe25eac5108b35598d14bd2341283a.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 'editors/se')
-rw-r--r-- | editors/se/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/se/Makefile b/editors/se/Makefile index a12fe1f29d1..77c084adea6 100644 --- a/editors/se/Makefile +++ b/editors/se/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2014/10/22 08:01:48 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2015/08/18 07:31:06 wiz Exp $ DISTNAME= se-3.0.1 +PKGREVISION= 1 CATEGORIES= editors MASTER_SITES= http://se-editor.org/dist/ |