svn commit: r443478 - head/lang/ruby22

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jun 12 22:25:31 UTC 2017


Author: sunpoet
Date: Mon Jun 12 22:25:30 2017
New Revision: 443478
URL: https://svnweb.freebsd.org/changeset/ports/443478

Log:
  Use USES=readline:port

Modified:
  head/lang/ruby22/Makefile

Modified: head/lang/ruby22/Makefile
==============================================================================
--- head/lang/ruby22/Makefile	Mon Jun 12 22:25:25 2017	(r443477)
+++ head/lang/ruby22/Makefile	Mon Jun 12 22:25:30 2017	(r443478)
@@ -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}


More information about the svn-ports-all mailing list