summaryrefslogtreecommitdiff
path: root/misc/tmux
diff options
context:
space:
mode:
authorleot <leot>2016-10-13 07:48:59 +0000
committerleot <leot>2016-10-13 07:48:59 +0000
commit0fa29b63e0fbc8ee985e3d3040717b2d0acb71e3 (patch)
tree71c4826854c53692c5ce3f132c3a59c199467815 /misc/tmux
parent09a3687c308a64581029d15526192b5aa4052fc7 (diff)
downloadpkgsrc-0fa29b63e0fbc8ee985e3d3040717b2d0acb71e3.tar.gz
Whoops, next tmux version will be 2.4!
Thanks a lot to <wiz> for spotting my mistake.
Diffstat (limited to 'misc/tmux')
-rw-r--r--misc/tmux/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/tmux/Makefile b/misc/tmux/Makefile
index b58e8436f18..a795b16c441 100644
--- a/misc/tmux/Makefile
+++ b/misc/tmux/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2016/10/12 10:11:23 leot Exp $
+# $NetBSD: Makefile,v 1.39 2016/10/13 07:48:59 leot Exp $
DISTNAME= tmux-2.3
PKGREVISION= 2
@@ -29,7 +29,7 @@ BUILDLINK_TRANSFORM+= opt:-D_XPG4_2:-D_XPG6
CPPFLAGS+= -D__DARWIN_VERS_1050=0
.endif
-# XXX: This will not needed for tmux-2.3 because a different fix
+# XXX: This will not needed for tmux-2.4 because a different fix
# XXX: was applied by upstream!
CPPFLAGS.NetBSD+= -D_OPENBSD_SOURCE # for reallocarray(3)