diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-06-13 06:25:30 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-06-13 06:25:30 +0800 |
commit | 0a8df37372caa82c1faa1679c8a7232cfe679e40 (patch) | |
tree | 266434a47d4cd6ffcb0bad9513b5bee23d6a2335 /lang | |
parent | 16da1fee3749ba1086dd36d4ba8d5ec9e369f3d8 (diff) | |
download | freebsd-ports-gnome-0a8df37372caa82c1faa1679c8a7232cfe679e40.tar.gz freebsd-ports-gnome-0a8df37372caa82c1faa1679c8a7232cfe679e40.tar.zst freebsd-ports-gnome-0a8df37372caa82c1faa1679c8a7232cfe679e40.zip |
Use USES=readline:port
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ruby22/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/ruby22/Makefile b/lang/ruby22/Makefile index b6ad1ba5de9b..4dabaaf8db86 100644 --- a/lang/ruby22/Makefile +++ b/lang/ruby22/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} |