diff options
author | John Marino <marino@FreeBSD.org> | 2016-02-05 16:48:27 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-02-05 16:48:27 +0000 |
commit | ca05c54faabda5f3e9ea094b44471ae2b6d8fc23 (patch) | |
tree | bfbff9983f17e261af72a8ebad258f47dea5e139 /japanese | |
parent | c6ac5e46188a5ba95a0e2362ffd6caa82e1649b8 (diff) |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/ng/Makefile | 3 |
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} |