diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2019-07-28 19:36:23 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2019-07-28 19:36:23 +0000 |
commit | 815b5d260e32b377d4d7b5332461c08141e22c8f (patch) | |
tree | 84f60c1a94d3e345939460518e5b45819663fa9b /editors/nano/Makefile | |
parent | 1ccc6c21cffaf956bac8c0eb07e0ea6368291f6c (diff) | |
download | ports-815b5d260e32b377d4d7b5332461c08141e22c8f.tar.gz ports-815b5d260e32b377d4d7b5332461c08141e22c8f.zip |
Notes
Diffstat (limited to 'editors/nano/Makefile')
-rw-r--r-- | editors/nano/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/nano/Makefile b/editors/nano/Makefile index b457c1ac88cf..3712a4156e76 100644 --- a/editors/nano/Makefile +++ b/editors/nano/Makefile @@ -27,9 +27,8 @@ MAKE_ARGS+= install_htmlmanDATA=install-htmlmanDATA OPTIONS_DEFINE= DOCS EXAMPLES NLS OPTIONS_SUB= yes -NLS_USES= gettext +NLS_USES= gettext localbase NLS_CONFIGURE_ENABLE= nls -NLS_CPPFLAGS= -I${LOCALBASE}/include INFO= nano |