Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Mar 2021 09:21:10 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r566843 - head/devel/ncurses
Message-ID:  <202103010921.1219LAk6049087@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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