Date: Tue, 2 Feb 2016 23:46:39 +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: r407915 - head/misc/gnu-watch Message-ID: <201602022346.u12Nkd07011969@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Tue Feb 2 23:46:39 2016 New Revision: 407915 URL: https://svnweb.freebsd.org/changeset/ports/407915 Log: misc/gnu-watch: document ncurses requirement (USES+=ncurses) approved by: infrastructure blanket Modified: head/misc/gnu-watch/Makefile Modified: head/misc/gnu-watch/Makefile ============================================================================== --- head/misc/gnu-watch/Makefile Tue Feb 2 23:37:39 2016 (r407914) +++ head/misc/gnu-watch/Makefile Tue Feb 2 23:46:39 2016 (r407915) @@ -14,6 +14,7 @@ COMMENT= GNU watch command LICENSE= GPLv2 +USES= ncurses LDFLAGS+= -lncurses PLIST_FILES= bin/${PKGBASE} man/man1/gnu-watch.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602022346.u12Nkd07011969>