diff options
author | marino <marino@FreeBSD.org> | 2016-02-03 07:47:59 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-02-03 07:47:59 +0800 |
commit | 5ecae91eec35d11b638b4f0dffac6aa2a08ae9fa (patch) | |
tree | 4382a54089a325fa148d90dc197a593a016c6e76 /misc | |
parent | 834c838d1a6fcb43a11ee47ee6690e6b4fcf58b4 (diff) | |
download | freebsd-ports-gnome-5ecae91eec35d11b638b4f0dffac6aa2a08ae9fa.tar.gz freebsd-ports-gnome-5ecae91eec35d11b638b4f0dffac6aa2a08ae9fa.tar.zst freebsd-ports-gnome-5ecae91eec35d11b638b4f0dffac6aa2a08ae9fa.zip |
misc/gnuit: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gnuit/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/gnuit/Makefile b/misc/gnuit/Makefile index 82abb4e4f1df..81ec6fcc6a41 100644 --- a/misc/gnuit/Makefile +++ b/misc/gnuit/Makefile @@ -9,6 +9,7 @@ MASTER_SITES= GNU MAINTAINER= gerald@FreeBSD.org COMMENT= GNU Interactive Tools - a file system browser for UNIX systems +USES= ncurses GNU_CONFIGURE= YES CONFIGURE_ARGS= --disable-transition |