diff options
author | marino <marino@FreeBSD.org> | 2016-02-04 23:46:55 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-02-04 23:46:55 +0800 |
commit | 1f6be5b9f49301bd1dd35b88ed323fed5d668a95 (patch) | |
tree | 7c93673af2bd5e33b19dcce951069ee28acdc1bd /sysutils/lmmon/Makefile | |
parent | 147c7baa5bf258430ca1bb93881bc42cfba5530c (diff) | |
download | freebsd-ports-gnome-1f6be5b9f49301bd1dd35b88ed323fed5d668a95.tar.gz freebsd-ports-gnome-1f6be5b9f49301bd1dd35b88ed323fed5d668a95.tar.zst freebsd-ports-gnome-1f6be5b9f49301bd1dd35b88ed323fed5d668a95.zip |
sysutils/lmmon: document ncurses rqmt (USES+=ncurses), respect LDFLAGS
Also link to libncurses rather than libcurses
approved by: infrastructure blanket
Diffstat (limited to 'sysutils/lmmon/Makefile')
-rw-r--r-- | sysutils/lmmon/Makefile | 3 |
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 |