aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2017-06-13 06:25:34 +0800
committersunpoet <sunpoet@FreeBSD.org>2017-06-13 06:25:34 +0800
commitc8418a1a8d4b84609f399f8c716c4b1e8930abd5 (patch)
tree2302b3cdb024fcad4379370d791157808a0f9518 /lang
parent0a8df37372caa82c1faa1679c8a7232cfe679e40 (diff)
downloadfreebsd-ports-gnome-c8418a1a8d4b84609f399f8c716c4b1e8930abd5.tar.gz
freebsd-ports-gnome-c8418a1a8d4b84609f399f8c716c4b1e8930abd5.tar.zst
freebsd-ports-gnome-c8418a1a8d4b84609f399f8c716c4b1e8930abd5.zip
Use USES=readline:port
Diffstat (limited to 'lang')
-rw-r--r--lang/ruby24/Makefile3
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}