mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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:
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
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue