svn commit: r441693 - in head/editors: nano nano-devel

Baptiste Daroussin bapt at FreeBSD.org
Thu May 25 14:25:13 UTC 2017


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
 


More information about the svn-ports-all mailing list