svn commit: r408175 - head/net/libtrace

John Marino marino at FreeBSD.org
Fri Feb 5 12:25:33 UTC 2016


Author: marino
Date: Fri Feb  5 12:25:32 2016
New Revision: 408175
URL: https://svnweb.freebsd.org/changeset/ports/408175

Log:
  net/libtrace: document ncurses requirement (USES+=ncurses)
  
  approved by:	infrastructure blanket

Modified:
  head/net/libtrace/Makefile

Modified: head/net/libtrace/Makefile
==============================================================================
--- head/net/libtrace/Makefile	Fri Feb  5 12:24:38 2016	(r408174)
+++ head/net/libtrace/Makefile	Fri Feb  5 12:25:32 2016	(r408175)
@@ -17,7 +17,7 @@ CONFIGURE_ARGS=	--with-libpcap=${LOCALBA
 
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-USES=		gmake libtool
+USES=		gmake libtool ncurses
 LDFLAGS+=	-L${LOCALBASE}/lib
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list