svn commit: r528469 - head/math/dune-common

Yuri Victorovich yuri at FreeBSD.org
Sun Mar 15 02:18:29 UTC 2020


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=	*


More information about the svn-ports-head mailing list