aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-06-17 10:28:55 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-06-17 10:28:55 +0000
commit2a3e3873a1e4cd958f2b0f85d3b10cfa40575d30 (patch)
tree9f45a4b095479f9ca544ff3abb716d5aefc15eb1 /gnu/usr.bin
parentc8789c34fd1f02cffc3c0adffa305172e6ec25b5 (diff)
parentc1ba58ff2b09604bd03d15a844fb5c09e2e38ef6 (diff)
downloadsrc-2a3e3873a1e4cd958f2b0f85d3b10cfa40575d30.tar.gz
src-2a3e3873a1e4cd958f2b0f85d3b10cfa40575d30.zip
Update dialog to 1.2-20130523
Level up WARNS
Notes
Notes: svn path=/head/; revision=251843
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/dialog/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/dialog/Makefile b/gnu/usr.bin/dialog/Makefile
index e945b22bd6f8..f9281c8fd685 100644
--- a/gnu/usr.bin/dialog/Makefile
+++ b/gnu/usr.bin/dialog/Makefile
@@ -8,6 +8,6 @@ LDADD= -ldialog -lncursesw -lm
CFLAGS+= -I${.CURDIR} -I${DIALOG}
.PATH: ${DIALOG}
-WARNS?= 3
+WARNS?= 6
.include <bsd.prog.mk>