Date: Fri, 5 Feb 2016 12:46:54 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408178 - head/net/nifmon Message-ID: <201602051246.u15CkssM004517@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Fri Feb 5 12:46:54 2016 New Revision: 408178 URL: https://svnweb.freebsd.org/changeset/ports/408178 Log: net/nifmon: USES+= ncurses, link to libnurses, not libcurses Modified: head/net/nifmon/Makefile Modified: head/net/nifmon/Makefile ============================================================================== --- head/net/nifmon/Makefile Fri Feb 5 12:44:04 2016 (r408177) +++ head/net/nifmon/Makefile Fri Feb 5 12:46:54 2016 (r408178) @@ -9,6 +9,8 @@ MASTER_SITES= http://www.freebsd-support 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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602051246.u15CkssM004517>