diff options
author | John Marino <marino@FreeBSD.org> | 2016-02-05 12:46:54 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-02-05 12:46:54 +0000 |
commit | f9eabe7d7fc6abfc2e34e2f1b598ddd575619b7e (patch) | |
tree | 7d1086d0872d88c54b35a8f854a0290af54c11c6 /net | |
parent | e99ad6940f1497890ce54487a3d13da68a8e26f6 (diff) |
net/nifmon: USES+= ncurses, link to libnurses, not libcurses
Notes
Notes:
svn path=/head/; revision=408178
Diffstat (limited to 'net')
-rw-r--r-- | net/nifmon/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/nifmon/Makefile b/net/nifmon/Makefile index 79a0b204a78a..9af82541d196 100644 --- a/net/nifmon/Makefile +++ b/net/nifmon/Makefile @@ -9,6 +9,8 @@ MASTER_SITES= http://www.freebsd-support.de/misc/ MAINTAINER= ports@FreeBSD.org COMMENT= Curses based network interface monitoring tool +USES= ncurses +MAKE_ARGS= LDADD="-lncurses" PLIST_FILES= bin/nifmon man/man8/nifmon.8.gz do-install: |