Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Feb 2016 16:12:13 +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: r408216 - head/textproc/wiggle
Message-ID:  <201602051612.u15GCDvt069453@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Fri Feb  5 16:12:13 2016
New Revision: 408216
URL: https://svnweb.freebsd.org/changeset/ports/408216

Log:
  textproc/wiggle: document ncurses requirement (USES+=ncurses)
  
  approved by:	infrastructure blanket

Modified:
  head/textproc/wiggle/Makefile

Modified: head/textproc/wiggle/Makefile
==============================================================================
--- head/textproc/wiggle/Makefile	Fri Feb  5 16:11:16 2016	(r408215)
+++ head/textproc/wiggle/Makefile	Fri Feb  5 16:12:13 2016	(r408216)
@@ -13,7 +13,7 @@ LICENSE=	GPLv2
 
 BUILD_DEPENDS=	bash:${PORTSDIR}/shells/bash
 
-USES=		gmake compiler:nestedfct
+USES=		compiler:nestedfct gmake ncurses
 
 MAKE_ARGS+=	CFLAGS="${CFLAGS} -I. -Wall -Wstrict-prototypes -Wextra -Wno-unused-parameter"
 



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