Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Mar 2020 02:18:28 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r528469 - head/math/dune-common
Message-ID:  <202003150218.02F2ISW2031097@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun Mar 15 02:18:28 2020
New Revision: 528469
URL: https://svnweb.freebsd.org/changeset/ports/528469

Log:
  math/dune-common: Fix duplication in DOCS_BUILD_DEPENDS

Modified:
  head/math/dune-common/Makefile

Modified: head/math/dune-common/Makefile
==============================================================================
--- head/math/dune-common/Makefile	Sun Mar 15 02:07:15 2020	(r528468)
+++ head/math/dune-common/Makefile	Sun Mar 15 02:18:28 2020	(r528469)
@@ -31,9 +31,9 @@ CMAKE_ON=	BUILD_SHARED_LIBS
 OPTIONS_DEFINE=	DOCS
 OPTIONS_SUB=	yes
 
-DOCS_BUILD_DEPENDS=	latex:print/tex-formats
 DOCS_CMAKE_BOOL=	FREEBSD_INSTALL_DOCS
 DOCS_BUILD_DEPENDS=	doxygen:devel/doxygen \
+			latex:print/tex-formats \
 			sphinx-build:textproc/py-sphinx
 
 PORTDOCS=	*



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