math/dune-common: Fix duplication in DOCS_BUILD_DEPENDS
This commit is contained in:
parent
1a0750f2e5
commit
a40a308b95
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=528469
1 changed files with 1 additions and 1 deletions
|
@ -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= *
|
||||
|
|
Loading…
Reference in a new issue