diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-06-13 06:25:34 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-06-13 06:25:34 +0800 |
commit | c8418a1a8d4b84609f399f8c716c4b1e8930abd5 (patch) | |
tree | 2302b3cdb024fcad4379370d791157808a0f9518 /lang | |
parent | 0a8df37372caa82c1faa1679c8a7232cfe679e40 (diff) | |
download | freebsd-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/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} |