svn commit: r408216 - head/textproc/wiggle

John Marino marino at FreeBSD.org
Fri Feb 5 16:12:15 UTC 2016


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"
 


More information about the svn-ports-all mailing list