diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-05-25 14:25:12 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-05-25 14:25:12 +0000 |
commit | f2129e71811084c3e8bb74bb1a7157728a83435f (patch) | |
tree | f70f6f1fbef063609f29b36817bfde786aca69ba | |
parent | 942e5390d77ed993d8708b502687410915211e10 (diff) | |
download | ports-f2129e71811084c3e8bb74bb1a7157728a83435f.tar.gz ports-f2129e71811084c3e8bb74bb1a7157728a83435f.zip |
Notes
-rw-r--r-- | editors/nano-devel/Makefile | 2 | ||||
-rw-r--r-- | editors/nano/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/editors/nano-devel/Makefile b/editors/nano-devel/Makefile index d2777fdddb7e..524e6c028a5e 100644 --- a/editors/nano-devel/Makefile +++ b/editors/nano-devel/Makefile @@ -26,6 +26,8 @@ LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= DOCS EXAMPLES NLS OPTIONS_SUB= yes +DOCS_USES= groff + NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls diff --git a/editors/nano/Makefile b/editors/nano/Makefile index 3b81a4f6f4bc..70c59a4f88fb 100644 --- a/editors/nano/Makefile +++ b/editors/nano/Makefile @@ -24,6 +24,8 @@ LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= DOCS EXAMPLES NLS OPTIONS_SUB= yes +DOCS_USES= groff + NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls |