aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2017-05-25 14:25:12 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2017-05-25 14:25:12 +0000
commitf2129e71811084c3e8bb74bb1a7157728a83435f (patch)
treef70f6f1fbef063609f29b36817bfde786aca69ba
parent942e5390d77ed993d8708b502687410915211e10 (diff)
downloadports-f2129e71811084c3e8bb74bb1a7157728a83435f.tar.gz
ports-f2129e71811084c3e8bb74bb1a7157728a83435f.zip
Notes
-rw-r--r--editors/nano-devel/Makefile2
-rw-r--r--editors/nano/Makefile2
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