aboutsummaryrefslogtreecommitdiffstats
path: root/lang/ruby23
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2017-06-13 06:36:38 +0800
committersunpoet <sunpoet@FreeBSD.org>2017-06-13 06:36:38 +0800
commitc96d3a46ba52290a4be410c23e3fecbf04733624 (patch)
treec0c99b208d35691e0169d937a57327c255c43778 /lang/ruby23
parentfc54476ad5f74a2f37dff34a0f14782a40172589 (diff)
downloadfreebsd-ports-gnome-c96d3a46ba52290a4be410c23e3fecbf04733624.tar.gz
freebsd-ports-gnome-c96d3a46ba52290a4be410c23e3fecbf04733624.tar.zst
freebsd-ports-gnome-c96d3a46ba52290a4be410c23e3fecbf04733624.zip
Use USES=readline:port
Diffstat (limited to 'lang/ruby23')
-rw-r--r--lang/ruby23/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/ruby23/Makefile b/lang/ruby23/Makefile
index 55f3e120f671..e085761b51ee 100644
--- a/lang/ruby23/Makefile
+++ b/lang/ruby23/Makefile
@@ -66,9 +66,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}