Date: Thu, 4 Feb 2016 14:41:07 +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: r408036 - head/sysutils/dvtm Message-ID: <201602041441.u14Ef7qt006238@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Thu Feb 4 14:41:06 2016 New Revision: 408036 URL: https://svnweb.freebsd.org/changeset/ports/408036 Log: sysutils/dvtm: document ncurses requirement (USES+=ncurses) approved by: infrastructure blanket Modified: head/sysutils/dvtm/Makefile Modified: head/sysutils/dvtm/Makefile ============================================================================== --- head/sysutils/dvtm/Makefile Thu Feb 4 14:26:25 2016 (r408035) +++ head/sysutils/dvtm/Makefile Thu Feb 4 14:41:06 2016 (r408036) @@ -8,6 +8,7 @@ MASTER_SITES= http://www.brain-dump.org/ MAINTAINER= beat@FreeBSD.org COMMENT= Tiling window management for the console +USES= ncurses PLIST_FILES= bin/dvtm bin/dvtm-status \ man/man1/dvtm.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602041441.u14Ef7qt006238>