Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Feb 2016 12:25:32 +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: r408175 - head/net/libtrace
Message-ID:  <201602051225.u15CPWlG098307@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602051225.u15CPWlG098307>