aboutsummaryrefslogtreecommitdiff
path: root/editors/se
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-02-05 18:57:08 +0000
committerJohn Marino <marino@FreeBSD.org>2016-02-05 18:57:08 +0000
commitce3adb91b2fd9af586597772b8cf124250fc7573 (patch)
tree6935ceb8b907ff85163b38ff71b261e1b8c8734e /editors/se
parent42987ccf62a3476026365ed08dd239d92867522d (diff)
downloadports-ce3adb91b2fd9af586597772b8cf124250fc7573.tar.gz
ports-ce3adb91b2fd9af586597772b8cf124250fc7573.zip
editors/se: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket
Notes
Notes: svn path=/head/; revision=408260
Diffstat (limited to 'editors/se')
-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>