diff options
author | John Marino <marino@FreeBSD.org> | 2016-02-02 23:58:43 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-02-02 23:58:43 +0000 |
commit | 9df77b32ae6043e3abac216a9b1bd61a9f518303 (patch) | |
tree | 7c9e187010dbc571ec58e228c095a75804cc63eb /misc/mdp | |
parent | misc/lv: document ncurses requirement (USES+=ncurses) (diff) |
misc/mdp: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket
Notes
Notes:
svn path=/head/; revision=407921
Diffstat (limited to 'misc/mdp')
-rw-r--r-- | misc/mdp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/mdp/Makefile b/misc/mdp/Makefile index a677f22be426..539587475d85 100644 --- a/misc/mdp/Makefile +++ b/misc/mdp/Makefile @@ -12,7 +12,7 @@ LICENSE= GPLv3 USE_GITHUB= yes GH_ACCOUNT= visit1985 -USES= gmake +USES= gmake ncurses PLIST_FILES= bin/${PORTNAME} OPTIONS_DEFINE= DEBUG |