aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-02-06 02:57:08 +0800
committerJohn Marino <marino@FreeBSD.org>2016-02-06 02:57:08 +0800
commitce3adb91b2fd9af586597772b8cf124250fc7573 (patch)
tree6935ceb8b907ff85163b38ff71b261e1b8c8734e /editors
parent42987ccf62a3476026365ed08dd239d92867522d (diff)
downloadfreebsd-ports-gnome-ce3adb91b2fd9af586597772b8cf124250fc7573.tar.gz
freebsd-ports-gnome-ce3adb91b2fd9af586597772b8cf124250fc7573.tar.zst
freebsd-ports-gnome-ce3adb91b2fd9af586597772b8cf124250fc7573.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>