diff options
author | bapt <bapt@FreeBSD.org> | 2013-06-23 21:59:52 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-06-23 21:59:52 +0000 |
commit | 5e866f8c490bca32f5077d902ebb328ac3e325f9 (patch) | |
tree | 59d5bf99ce1e1ace2a413930212970e144d86709 /gnu | |
parent | afde4801cd46e27722d36d6e1e5f7b66a1367a13 (diff) | |
download | FreeBSD-src-5e866f8c490bca32f5077d902ebb328ac3e325f9.zip FreeBSD-src-5e866f8c490bca32f5077d902ebb328ac3e325f9.tar.gz |
Bump shlib for dialog because ABI has changed when version 1.2 was imported
Reviewed by: kib
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/lib/libdialog/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/libdialog/Makefile b/gnu/lib/libdialog/Makefile index 527be30..395b02d 100644 --- a/gnu/lib/libdialog/Makefile +++ b/gnu/lib/libdialog/Makefile @@ -3,7 +3,7 @@ DIALOG= ${.CURDIR}/../../../contrib/dialog LIB= dialog -SHLIB_MAJOR= 7 +SHLIB_MAJOR= 8 SRCS= argv.c arrows.c buildlist.c buttons.c calendar.c checklist.c \ columns.c dlg_keys.c editbox.c fselect.c formbox.c guage.c \ help.c inputbox.c inputstr.c menubox.c mixedform.c \ |