svn commit: r566843 - head/devel/ncurses

Baptiste Daroussin bapt at FreeBSD.org
Mon Mar 1 09:21:10 UTC 2021


Author: bapt
Date: Mon Mar  1 09:21:10 2021
New Revision: 566843
URL: https://svnweb.freebsd.org/changeset/ports/566843

Log:
  Drop USES=terminfo which is not necessary anymore
  Forgotten in previous commit

Modified:
  head/devel/ncurses/Makefile

Modified: head/devel/ncurses/Makefile
==============================================================================
--- head/devel/ncurses/Makefile	Mon Mar  1 09:13:44 2021	(r566842)
+++ head/devel/ncurses/Makefile	Mon Mar  1 09:21:10 2021	(r566843)
@@ -17,7 +17,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 BROKEN_sparc64=	cannot build: coredump: illegal instruction
 
-USES=		cpe pkgconfig shebangfix tar:tgz terminfo
+USES=		cpe pkgconfig shebangfix tar:tgz
 
 SNAPSHOT=		20210213
 GNU_CONFIGURE=		yes


More information about the svn-ports-head mailing list