diff options
-rw-r--r-- | lang/ruby24/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/ruby24/Makefile b/lang/ruby24/Makefile index de6e0c97e2f7..7493778b1f24 100644 --- a/lang/ruby24/Makefile +++ b/lang/ruby24/Makefile @@ -67,9 +67,8 @@ GMP_LIB_DEPENDS= libgmp.so:math/gmp LIBEDIT_CONFIGURE_ON= --enable-libedit --with-libedit-dir=${LOCALBASE} LIBEDIT_USES= libedit RDOC_CONFIGURE_ENABLE= install-rdoc -READLINE_BUILD_DEPENDS= readline>=0:devel/readline READLINE_CONFIGURE_ON= --disable-libedit --with-readline-dir=${LOCALBASE} -READLINE_RUN_DEPENDS= readline>=0:devel/readline +READLINE_USES= readline:port CPE_VENDOR= ruby-lang CPE_VERSION= ${RUBY_RELVERSION} |