diff options
author | fhajny <fhajny@pkgsrc.org> | 2016-10-04 10:42:47 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2016-10-04 10:42:47 +0000 |
commit | 2af21b13fd9f2fd442f3f594f943e3a807ac1f0f (patch) | |
tree | 0bc70aadbd49e8e129b761d4ada24b31d8a853bb /misc/tmux | |
parent | 6f8c12a3f7b1db085c32a81db8f546399537b033 (diff) | |
download | pkgsrc-2af21b13fd9f2fd442f3f594f943e3a807ac1f0f.tar.gz |
Use curses instead of terminfo, pure terminfo seems to have been
dropped in configure in 2.3. Bump PKGREVISION for safety.
Diffstat (limited to 'misc/tmux')
-rw-r--r-- | misc/tmux/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/tmux/Makefile b/misc/tmux/Makefile index d188bf43b2a..704acc311e3 100644 --- a/misc/tmux/Makefile +++ b/misc/tmux/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.36 2016/10/02 09:12:50 fhajny Exp $ +# $NetBSD: Makefile,v 1.37 2016/10/04 10:42:47 fhajny Exp $ DISTNAME= tmux-2.3 +PKGREVISION= 1 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GITHUB:=tmux/} @@ -30,5 +31,5 @@ CPPFLAGS+= -D__DARWIN_VERS_1050=0 .include "../../devel/libevent/buildlink3.mk" BUILDLINK_API_DEPENDS.libevent+= libevent>=2.0.10 -.include "../../mk/terminfo.buildlink3.mk" +.include "../../mk/curses.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |