From 1ae59470f8aafc5085c9c0d5e27d44843a5cf3c2 Mon Sep 17 00:00:00 2001 From: marino Date: Fri, 5 Feb 2016 16:48:27 +0000 Subject: japanese/ng: USES+= ncurses, link with libncurses (not termcap) --- japanese/ng/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'japanese') 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} -- cgit