diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-02-27 14:37:45 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-02-27 14:37:45 +0800 |
commit | 9b6bc67f790f585d882446f60878b0c6f628d5f1 (patch) | |
tree | c404d5ab9950868c30495e127f00747e351f39bb /lang/ruby22 | |
parent | e128030610c26d44955a0c5602e11c7165c03fea (diff) | |
download | freebsd-ports-gnome-9b6bc67f790f585d882446f60878b0c6f628d5f1.tar.gz freebsd-ports-gnome-9b6bc67f790f585d882446f60878b0c6f628d5f1.tar.zst freebsd-ports-gnome-9b6bc67f790f585d882446f60878b0c6f628d5f1.zip |
Fix doxygen version requirement
PR: 217384
Submitted by: Yunchih Chen <yunchih@csie.ntu.edu.tw>
Diffstat (limited to 'lang/ruby22')
-rw-r--r-- | lang/ruby22/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ruby22/Makefile b/lang/ruby22/Makefile index 3e3263cbeff1..9329dadc3923 100644 --- a/lang/ruby22/Makefile +++ b/lang/ruby22/Makefile @@ -57,7 +57,7 @@ RDOC_DESC= Build and install Rdoc indexes EDIT_DESC= Which line editing lib to use LIBEDIT_DESC= Use libedit READLINE_DESC= Use libreadline -CAPIDOCS_BUILD_DEPENDS= doxygen>1.8.12,2:devel/doxygen \ +CAPIDOCS_BUILD_DEPENDS= doxygen>=1.8.12,2:devel/doxygen \ dot:graphics/graphviz CAPIDOCS_CONFIGURE_ENABLE= install-capi GMP_CONFIGURE_WITH= gmp |