diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-28 14:59:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-28 14:59:25 +0000 |
commit | 29653cb71eb575591ae48aaaa28669a35e56a1c4 (patch) | |
tree | 11d9c7c28d1e8a0ec0fe5c97e9197a5fc736bcee /devel/ncurses | |
parent | 473ca169eda5414f117fca465208755b75656a78 (diff) |
Notes
Diffstat (limited to 'devel/ncurses')
-rw-r--r-- | devel/ncurses/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/ncurses/Makefile b/devel/ncurses/Makefile index 57f25b37db9d..048f769fbd31 100644 --- a/devel/ncurses/Makefile +++ b/devel/ncurses/Makefile @@ -14,6 +14,8 @@ COMMENT= Library for terminal-independent, full-screen output CONFLICTS= ncurses-devel-* +LICENSE= MIT + RELEASE= 5.9 GNU_CONFIGURE= yes |