summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-02-05 16:48:27 +0000
committerJohn Marino <marino@FreeBSD.org>2016-02-05 16:48:27 +0000
commitca05c54faabda5f3e9ea094b44471ae2b6d8fc23 (patch)
treebfbff9983f17e261af72a8ebad258f47dea5e139 /japanese
parentjapanese/ng-devel: USES+= ncurses (diff)
japanese/ng: USES+= ncurses, link with libncurses (not termcap)
Notes
Notes: svn path=/head/; revision=408226
Diffstat (limited to 'japanese')
-rw-r--r--japanese/ng/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/ng/Makefile b/japanese/ng/Makefile
index ea47ee8ccdf9..3c31b492ec91 100644
--- a/japanese/ng/Makefile
+++ b/japanese/ng/Makefile
@@ -13,12 +13,13 @@ PATCHFILES= ng-1.4.4-replace_bug.patch
MAINTAINER?= ports@FreeBSD.org
COMMENT?= Light Emacs-clone with Japanese support
+USES= ncurses
MAKEFILE= sys/sysv/Makefile
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LIBS="${LDFLAGS}"
ALL_TARGET= ng
CFLAGS+= -Wno-error=return-type
-LDFLAGS+= -ltermcap
+LDFLAGS+= -lncurses
DOCSDIR= ${PREFIX}/share/doc/ja/${PORTNAME}