Date: Mon, 12 Jun 2017 22:25:35 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r443479 - head/lang/ruby24 Message-ID: <201706122225.v5CMPZg5026108@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Jun 12 22:25:34 2017 New Revision: 443479 URL: https://svnweb.freebsd.org/changeset/ports/443479 Log: Use USES=readline:port Modified: head/lang/ruby24/Makefile Modified: head/lang/ruby24/Makefile ============================================================================== --- head/lang/ruby24/Makefile Mon Jun 12 22:25:30 2017 (r443478) +++ head/lang/ruby24/Makefile Mon Jun 12 22:25:34 2017 (r443479) @@ -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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706122225.v5CMPZg5026108>