Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Feb 2016 22:39:53 +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: r408001 - head/sysutils/burp
Message-ID:  <201602032239.u13MdrKw019818@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Wed Feb  3 22:39:52 2016
New Revision: 408001
URL: https://svnweb.freebsd.org/changeset/ports/408001

Log:
  sysutils/burp: document ncurses requirement (USES+=ncurses)
  
  approved by:	infrastructure blanket

Modified:
  head/sysutils/burp/Makefile

Modified: head/sysutils/burp/Makefile
==============================================================================
--- head/sysutils/burp/Makefile	Wed Feb  3 22:38:51 2016	(r408000)
+++ head/sysutils/burp/Makefile	Wed Feb  3 22:39:52 2016	(r408001)
@@ -19,7 +19,7 @@ GH_ACCOUNT=	grke
 
 USE_RC_SUBR=	burp
 GNU_CONFIGURE=	yes
-USES=		gmake localbase
+USES=		gmake localbase ncurses
 
 CONFIGURE_ARGS=	--sbindir="${PREFIX}/sbin" \
 		--sysconfdir=${ETCDIR} \



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