diff options
author | leot <leot> | 2016-10-13 07:48:59 +0000 |
---|---|---|
committer | leot <leot> | 2016-10-13 07:48:59 +0000 |
commit | 4409fb802e7ec833954215f775ed94b195a33a12 (patch) | |
tree | 71c4826854c53692c5ce3f132c3a59c199467815 /misc | |
parent | b15e4cfa0622403ef7e10a900d4c90df59df1c3d (diff) | |
download | pkgsrc-4409fb802e7ec833954215f775ed94b195a33a12.tar.gz |
Whoops, next tmux version will be 2.4!
Thanks a lot to <wiz> for spotting my mistake.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/tmux/Makefile | 4 |
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) |