diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-06-13 06:36:38 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-06-13 06:36:38 +0800 |
commit | c96d3a46ba52290a4be410c23e3fecbf04733624 (patch) | |
tree | c0c99b208d35691e0169d937a57327c255c43778 /lang/ruby23 | |
parent | fc54476ad5f74a2f37dff34a0f14782a40172589 (diff) | |
download | freebsd-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/Makefile | 3 |
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} |