svn commit: r407556 - head/x11/xterm

John Marino marino at FreeBSD.org
Sat Jan 30 21:57:23 UTC 2016


Author: marino
Date: Sat Jan 30 21:57:22 2016
New Revision: 407556
URL: https://svnweb.freebsd.org/changeset/ports/407556

Log:
  x11/xterm: document ncurses requirement (USES+=ncurses)
  
  approved by:	infrastructure blanket

Modified:
  head/x11/xterm/Makefile

Modified: head/x11/xterm/Makefile
==============================================================================
--- head/x11/xterm/Makefile	Sat Jan 30 21:49:33 2016	(r407555)
+++ head/x11/xterm/Makefile	Sat Jan 30 21:57:22 2016	(r407556)
@@ -16,7 +16,7 @@ LICENSE=	MIT
 
 CONFLICTS=	x11iraf-[0-9]*
 
-USES=		tar:tgz
+USES=		ncurses tar:tgz
 USE_XORG=	xft
 GNU_CONFIGURE=	yes
 


More information about the svn-ports-all mailing list