diff options
author | John Marino <marino@FreeBSD.org> | 2016-02-06 02:34:16 +0800 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-02-06 02:34:16 +0800 |
commit | d48cc533e1dd273dfacb0cd04bffcff6162d31e9 (patch) | |
tree | bd2ca9ab137ce0d4f830c9d975871739c7fe6aeb /editors | |
parent | 28d03bbe169d3ebd8795f18f8993a9ae48c0c544 (diff) | |
download | freebsd-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/Makefile | 3 |
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 |