svn commit: r407647 - head/devel/libstatgrab

John Marino marino at FreeBSD.org
Sun Jan 31 15:10:27 UTC 2016


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}
 


More information about the svn-ports-all mailing list