Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 May 2017 14:25:12 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r441693 - in head/editors: nano nano-devel
Message-ID:  <201705251425.v4PEPCe6053306@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu May 25 14:25:12 2017
New Revision: 441693
URL: https://svnweb.freebsd.org/changeset/ports/441693

Log:
  Register groff dependency which is used to generate the html documents
  when DOCS is on

Modified:
  head/editors/nano-devel/Makefile
  head/editors/nano/Makefile

Modified: head/editors/nano-devel/Makefile
==============================================================================
--- head/editors/nano-devel/Makefile	Thu May 25 14:23:15 2017	(r441692)
+++ head/editors/nano-devel/Makefile	Thu May 25 14:25:12 2017	(r441693)
@@ -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
 

Modified: head/editors/nano/Makefile
==============================================================================
--- head/editors/nano/Makefile	Thu May 25 14:23:15 2017	(r441692)
+++ head/editors/nano/Makefile	Thu May 25 14:25:12 2017	(r441693)
@@ -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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705251425.v4PEPCe6053306>