aboutsummaryrefslogtreecommitdiff
path: root/sysutils/lmmon
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-02-04 15:46:55 +0000
committerJohn Marino <marino@FreeBSD.org>2016-02-04 15:46:55 +0000
commit943cee039761c06e84dfd990bbabb59adca0d122 (patch)
tree7c93673af2bd5e33b19dcce951069ee28acdc1bd /sysutils/lmmon
parent1d56a212d38c2faa4545f8a577b70a314008be3d (diff)
downloadports-943cee039761c06e84dfd990bbabb59adca0d122.tar.gz
ports-943cee039761c06e84dfd990bbabb59adca0d122.zip
sysutils/lmmon: document ncurses rqmt (USES+=ncurses), respect LDFLAGS
Also link to libncurses rather than libcurses approved by: infrastructure blanket
Notes
Notes: svn path=/head/; revision=408043
Diffstat (limited to 'sysutils/lmmon')
-rw-r--r--sysutils/lmmon/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/lmmon/Makefile b/sysutils/lmmon/Makefile
index e54559747e33..44c58f2287df 100644
--- a/sysutils/lmmon/Makefile
+++ b/sysutils/lmmon/Makefile
@@ -12,8 +12,9 @@ COMMENT= Display information gathered from MB power management controller
LICENSE= BSD2CLAUSE
-USES= uidfix
+USES= ncurses uidfix
GNU_CONFIGURE= yes
+MAKE_ARGS+= LDFLAGS="${LDFLAGS} -lncurses"
ONLY_FOR_ARCHS= i386 amd64