svn commit: r408509 - head/lang/seed7

John Marino marino at FreeBSD.org
Mon Feb 8 19:31:14 UTC 2016


Author: marino
Date: Mon Feb  8 19:31:12 2016
New Revision: 408509
URL: https://svnweb.freebsd.org/changeset/ports/408509

Log:
  lang/seed7: document ncurses requirement (USES+=ncurses)
  
  approved by:	infrastructure blanket

Modified:
  head/lang/seed7/Makefile

Modified: head/lang/seed7/Makefile
==============================================================================
--- head/lang/seed7/Makefile	Mon Feb  8 19:29:28 2016	(r408508)
+++ head/lang/seed7/Makefile	Mon Feb  8 19:31:12 2016	(r408509)
@@ -18,7 +18,7 @@ LICENSE_COMB=	multi
 
 OPTIONS_DEFINE=	DOCS EXAMPLES
 
-USES=		tar:tgz
+USES=		ncurses tar:tgz
 USE_XORG=	x11
 
 ONLY_FOR_ARCHS=	i386 amd64 sparc64


More information about the svn-ports-all mailing list