aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2016-02-06 02:57:08 +0800
committermarino <marino@FreeBSD.org>2016-02-06 02:57:08 +0800
commit24f5e822d11916d49e0968d5b2554b79fc087c7c (patch)
tree6935ceb8b907ff85163b38ff71b261e1b8c8734e /editors
parent3389a88afeedcc206255b47609ff1e481f388857 (diff)
downloadfreebsd-ports-gnome-24f5e822d11916d49e0968d5b2554b79fc087c7c.tar.gz
freebsd-ports-gnome-24f5e822d11916d49e0968d5b2554b79fc087c7c.tar.zst
freebsd-ports-gnome-24f5e822d11916d49e0968d5b2554b79fc087c7c.zip
editors/se: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket
Diffstat (limited to 'editors')
-rw-r--r--editors/se/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/se/Makefile b/editors/se/Makefile
index b2781aefd633..9d6635f40da4 100644
--- a/editors/se/Makefile
+++ b/editors/se/Makefile
@@ -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>