Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Feb 2016 18:57:08 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r408260 - head/editors/se
Message-ID:  <201602051857.u15Iv84E020949@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Fri Feb  5 18:57:08 2016
New Revision: 408260
URL: https://svnweb.freebsd.org/changeset/ports/408260

Log:
  editors/se: document ncurses requirement (USES+=ncurses)
  
  approved by:	infrastructure blanket

Modified:
  head/editors/se/Makefile

Modified: head/editors/se/Makefile
==============================================================================
--- head/editors/se/Makefile	Fri Feb  5 18:56:22 2016	(r408259)
+++ head/editors/se/Makefile	Fri Feb  5 18:57:08 2016	(r408260)
@@ -8,6 +8,7 @@ MASTER_SITES=	http://se-editor.org/dist/
 MAINTAINER=	danilo@FreeBSD.org
 COMMENT=	Screen oriented version of the classic UNIX text editor ed
 
+USES=		ncurses
 GNU_CONFIGURE=	yes
 
 .include <bsd.port.mk>



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