diff options
author | marino <marino@FreeBSD.org> | 2016-02-03 07:58:43 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-02-03 07:58:43 +0800 |
commit | 8e87ad6142487e25801f1d1cb76cfa54eaca5e5f (patch) | |
tree | 7c9e187010dbc571ec58e228c095a75804cc63eb /misc | |
parent | 39c5cf097508bd8618d569432fd385f011f5063d (diff) | |
download | freebsd-ports-gnome-8e87ad6142487e25801f1d1cb76cfa54eaca5e5f.tar.gz freebsd-ports-gnome-8e87ad6142487e25801f1d1cb76cfa54eaca5e5f.tar.zst freebsd-ports-gnome-8e87ad6142487e25801f1d1cb76cfa54eaca5e5f.zip |
misc/mdp: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket
Diffstat (limited to 'misc')
-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 |