aboutsummaryrefslogtreecommitdiff
path: root/editors/hexpert
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-02-05 18:34:16 +0000
committerJohn Marino <marino@FreeBSD.org>2016-02-05 18:34:16 +0000
commitd48cc533e1dd273dfacb0cd04bffcff6162d31e9 (patch)
treebd2ca9ab137ce0d4f830c9d975871739c7fe6aeb /editors/hexpert
parent28d03bbe169d3ebd8795f18f8993a9ae48c0c544 (diff)
downloadports-d48cc533e1dd273dfacb0cd04bffcff6162d31e9.tar.gz
ports-d48cc533e1dd273dfacb0cd04bffcff6162d31e9.zip
x11/xterm: document ncurses requirement (USES+=ncurses)
Also link with libncurses, not libcurses approved by: infrastructure blanket
Notes
Notes: svn path=/head/; revision=408252
Diffstat (limited to 'editors/hexpert')
-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