Date: Thu, 4 Feb 2016 15:50:41 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408046 - head/sysutils/ncdu Message-ID: <201602041550.u14FofSj025692@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Thu Feb 4 15:50:41 2016 New Revision: 408046 URL: https://svnweb.freebsd.org/changeset/ports/408046 Log: sysutils/ncdu: document ncurses requirement (USES+=ncurses) approved by: infrastructure blanket Modified: head/sysutils/ncdu/Makefile Modified: head/sysutils/ncdu/Makefile ============================================================================== --- head/sysutils/ncdu/Makefile Thu Feb 4 15:49:41 2016 (r408045) +++ head/sysutils/ncdu/Makefile Thu Feb 4 15:50:41 2016 (r408046) @@ -11,6 +11,7 @@ COMMENT= Ncurses du(1) LICENSE= MIT +USES= ncurses GNU_CONFIGURE= yes PLIST_FILES= bin/${PORTNAME} \ man/man1/${PORTNAME}.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602041550.u14FofSj025692>