Ruby: introduce dependency on modern Doxygen

Otherwise (found with Doxygen 1.8.10) packaging list will be broken
with missing entries like dir_<hexdigits>.html.

Reviewed by:	swills@ (part of ruby@)
This commit is contained in:
Eygene Ryabinkin 2017-02-17 06:18:55 +00:00
parent 0240ee8b57
commit 3b44f2a94c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=434270
3 changed files with 3 additions and 3 deletions

View file

@ -56,7 +56,7 @@ RDOC_DESC= Build and install Rdoc indexes
EDIT_DESC= Which line editing lib to use EDIT_DESC= Which line editing lib to use
LIBEDIT_DESC= Use libedit LIBEDIT_DESC= Use libedit
READLINE_DESC= Use libreadline READLINE_DESC= Use libreadline
CAPIDOCS_BUILD_DEPENDS= doxygen>0:devel/doxygen \ CAPIDOCS_BUILD_DEPENDS= doxygen>1.8.12,2:devel/doxygen \
dot:graphics/graphviz dot:graphics/graphviz
CAPIDOCS_CONFIGURE_ENABLE= install-capi CAPIDOCS_CONFIGURE_ENABLE= install-capi
GMP_CONFIGURE_WITH= gmp GMP_CONFIGURE_WITH= gmp

View file

@ -57,7 +57,7 @@ RDOC_DESC= Build and install Rdoc indexes
EDIT_DESC= Which line editing lib to use EDIT_DESC= Which line editing lib to use
LIBEDIT_DESC= Use libedit LIBEDIT_DESC= Use libedit
READLINE_DESC= Use libreadline READLINE_DESC= Use libreadline
CAPIDOCS_BUILD_DEPENDS= doxygen>0:devel/doxygen \ CAPIDOCS_BUILD_DEPENDS= doxygen>1.8.12,2:devel/doxygen \
dot:graphics/graphviz dot:graphics/graphviz
CAPIDOCS_CONFIGURE_ENABLE= install-capi CAPIDOCS_CONFIGURE_ENABLE= install-capi
GMP_CONFIGURE_WITH= gmp GMP_CONFIGURE_WITH= gmp

View file

@ -55,7 +55,7 @@ RDOC_DESC= Build and install Rdoc indexes
EDIT_DESC= Which line editing lib to use EDIT_DESC= Which line editing lib to use
LIBEDIT_DESC= Use libedit LIBEDIT_DESC= Use libedit
READLINE_DESC= Use libreadline READLINE_DESC= Use libreadline
CAPIDOCS_BUILD_DEPENDS= doxygen>0:devel/doxygen \ CAPIDOCS_BUILD_DEPENDS= doxygen>1.8.12,2:devel/doxygen \
dot:graphics/graphviz dot:graphics/graphviz
CAPIDOCS_CONFIGURE_ENABLE= install-capi CAPIDOCS_CONFIGURE_ENABLE= install-capi
GMP_CONFIGURE_WITH= gmp GMP_CONFIGURE_WITH= gmp