svn commit: r448751 - head/sysutils/screen

Cy Schubert cy at FreeBSD.org
Sat Aug 26 05:40:48 UTC 2017


Author: cy
Date: Sat Aug 26 05:40:47 2017
New Revision: 448751
URL: https://svnweb.freebsd.org/changeset/ports/448751

Log:
  Prefer ncurses from base. This resolves an issue using curses
  applications within screen.

Modified:
  head/sysutils/screen/Makefile

Modified: head/sysutils/screen/Makefile
==============================================================================
--- head/sysutils/screen/Makefile	Sat Aug 26 05:00:28 2017	(r448750)
+++ head/sysutils/screen/Makefile	Sat Aug 26 05:40:47 2017	(r448751)
@@ -3,6 +3,7 @@
 
 PORTNAME=	screen
 PORTVERSION=	4.6.1
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://ftp.gnu.org/gnu/screen/ \
 		ftp://ftp.gnu.org/gnu/screen/ \
@@ -34,7 +35,7 @@ SYSTEM_SCREENRC_DESC=	Install system screenrc with hel
 
 OPTIONS_SUB=
 
-USES=		gmake cpe ncurses
+USES=		gmake cpe ncurses:base
 
 CPE_VENDOR=	gnu
 


More information about the svn-ports-head mailing list