diff options
Diffstat (limited to 'sysutils')
-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 |