Date: Sun, 31 Jan 2016 15:10:26 +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: r407647 - head/devel/libstatgrab Message-ID: <201601311510.u0VFAQ6W092653@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Sun Jan 31 15:10:26 2016 New Revision: 407647 URL: https://svnweb.freebsd.org/changeset/ports/407647 Log: devel/libstatgrab: document ncurses requirement (USES+=ncurses) approved by: infrastructure blanket Modified: head/devel/libstatgrab/Makefile Modified: head/devel/libstatgrab/Makefile ============================================================================== --- head/devel/libstatgrab/Makefile Sun Jan 31 15:08:05 2016 (r407646) +++ head/devel/libstatgrab/Makefile Sun Jan 31 15:10:26 2016 (r407647) @@ -15,7 +15,7 @@ LICENSE= LGPL21 USE_LDCONFIG= yes GNU_CONFIGURE= yes -USES= pathfix pkgconfig libtool +USES= pathfix pkgconfig libtool ncurses CONFIGURE_ARGS+= --docdir=${DOCSDIR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601311510.u0VFAQ6W092653>