From f9eabe7d7fc6abfc2e34e2f1b598ddd575619b7e Mon Sep 17 00:00:00 2001 From: John Marino Date: Fri, 5 Feb 2016 12:46:54 +0000 Subject: net/nifmon: USES+= ncurses, link to libnurses, not libcurses --- net/nifmon/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'net') 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: -- cgit v1.2.3