diff options
author | marino <marino@FreeBSD.org> | 2016-02-04 06:40:59 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-02-04 06:40:59 +0800 |
commit | 54bd9b225855c55e1169902ab9d1779c120e3e50 (patch) | |
tree | 87eafeb256239e87aae2aa956ad3c8aba3abc022 | |
parent | fa6613b79c76e91d7c001b495306998f0ef7b59e (diff) | |
download | freebsd-ports-gnome-54bd9b225855c55e1169902ab9d1779c120e3e50.tar.gz freebsd-ports-gnome-54bd9b225855c55e1169902ab9d1779c120e3e50.tar.zst freebsd-ports-gnome-54bd9b225855c55e1169902ab9d1779c120e3e50.zip |
sysutils/ccze: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket
-rw-r--r-- | sysutils/ccze/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/ccze/Makefile b/sysutils/ccze/Makefile index b40ec14c7532..9a304160a4b3 100644 --- a/sysutils/ccze/Makefile +++ b/sysutils/ccze/Makefile @@ -14,7 +14,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre -USES= gmake +USES= gmake ncurses GNU_CONFIGURE= yes USE_LDCONFIG= yes |