diff options
author | John Marino <marino@FreeBSD.org> | 2016-02-02 23:46:39 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-02-02 23:46:39 +0000 |
commit | b302b6eeea74f66a8ed1213602cca022a8be0ba5 (patch) | |
tree | 85fb0f0c81d851851f48677099fe91eec19ce2b6 /misc/gnu-watch | |
parent | 20456c046755df141ee96dbc1951b28587cbdbc8 (diff) | |
download | ports-b302b6eeea74f66a8ed1213602cca022a8be0ba5.tar.gz ports-b302b6eeea74f66a8ed1213602cca022a8be0ba5.zip |
misc/gnu-watch: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket
Notes
Notes:
svn path=/head/; revision=407915
Diffstat (limited to 'misc/gnu-watch')
-rw-r--r-- | misc/gnu-watch/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/gnu-watch/Makefile b/misc/gnu-watch/Makefile index 5ea887eb79ad..b427c884f429 100644 --- a/misc/gnu-watch/Makefile +++ b/misc/gnu-watch/Makefile @@ -14,6 +14,7 @@ COMMENT= GNU watch command LICENSE= GPLv2 +USES= ncurses LDFLAGS+= -lncurses PLIST_FILES= bin/${PKGBASE} man/man1/gnu-watch.1.gz |