aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-02-06 02:34:16 +0800
committerJohn Marino <marino@FreeBSD.org>2016-02-06 02:34:16 +0800
commitd48cc533e1dd273dfacb0cd04bffcff6162d31e9 (patch)
treebd2ca9ab137ce0d4f830c9d975871739c7fe6aeb /editors
parent28d03bbe169d3ebd8795f18f8993a9ae48c0c544 (diff)
downloadfreebsd-ports-gnome-d48cc533e1dd273dfacb0cd04bffcff6162d31e9.tar.gz
freebsd-ports-gnome-d48cc533e1dd273dfacb0cd04bffcff6162d31e9.tar.zst
freebsd-ports-gnome-d48cc533e1dd273dfacb0cd04bffcff6162d31e9.zip
x11/xterm: document ncurses requirement (USES+=ncurses)
Also link with libncurses, not libcurses approved by: infrastructure blanket
Diffstat (limited to 'editors')
-rw-r--r--editors/hexpert/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/hexpert/Makefile b/editors/hexpert/Makefile
index c777711376c0..9f432ece7af2 100644
--- a/editors/hexpert/Makefile
+++ b/editors/hexpert/Makefile
@@ -9,8 +9,9 @@ MASTER_SITES= LOCAL/peter
MAINTAINER= peter@FreeBSD.org
COMMENT= Hexpert - a simple but flexible binary file editor
-USES= uidfix
+USES= ncurses uidfix
MAKE_ENV= NO_MAN=yes NO_OBJ=yes
+MAKE_ARGS= LDADD="-lncurses"
PLIST_FILES= bin/hex