Date: Sun, 31 Jan 2016 20:06:33 +0000 (UTC) From: Tim Bishop <tdb@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407664 - head/devel/libstatgrab Message-ID: <201601312006.u0VK6XCt080856@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tdb Date: Sun Jan 31 20:06:33 2016 New Revision: 407664 URL: https://svnweb.freebsd.org/changeset/ports/407664 Log: Fix previous commit; ncurses only with TOOLS opt. The libncurses dependency is only used by the saidar utility. That's only built when the TOOLS option is enabled, otherwise it's not needed. Modified: head/devel/libstatgrab/Makefile Modified: head/devel/libstatgrab/Makefile ============================================================================== --- head/devel/libstatgrab/Makefile Sun Jan 31 19:56:33 2016 (r407663) +++ head/devel/libstatgrab/Makefile Sun Jan 31 20:06:33 2016 (r407664) @@ -15,7 +15,7 @@ LICENSE= LGPL21 USE_LDCONFIG= yes GNU_CONFIGURE= yes -USES= pathfix pkgconfig libtool ncurses +USES= pathfix pkgconfig libtool CONFIGURE_ARGS+= --docdir=${DOCSDIR} @@ -24,7 +24,7 @@ OPTIONS_DEFAULT= TOOLS TOOLS_DESC= Build and install statgrab and saidar TOOLS_CONFIGURE_ENABLE= statgrab saidar -TOOLS_USES= shebangfix perl5 +TOOLS_USES= shebangfix perl5 ncurses TOOLS_VARS= SHEBANG_FILES+="src/statgrab/statgrab-make-mrtg-config.in \ src/statgrab/statgrab-make-mrtg-index.in" \ LICENSE+=GPLv2 LICENSE_COMB=multi
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601312006.u0VK6XCt080856>