svn commit: r417755 - head/databases/xapian-bindings

Steve Wills swills at FreeBSD.org
Wed Jun 29 02:01:44 UTC 2016


Author: swills
Date: Wed Jun 29 02:01:42 2016
New Revision: 417755
URL: https://svnweb.freebsd.org/changeset/ports/417755

Log:
  databases/xapian-bindings: remove unneeded reference to RUBY_RDOC
  
  With hat:	ruby@

Modified:
  head/databases/xapian-bindings/Makefile

Modified: head/databases/xapian-bindings/Makefile
==============================================================================
--- head/databases/xapian-bindings/Makefile	Wed Jun 29 01:50:08 2016	(r417754)
+++ head/databases/xapian-bindings/Makefile	Wed Jun 29 02:01:42 2016	(r417755)
@@ -39,7 +39,7 @@ PYTHON_CONFIGURE_ENV=	PYTHON_LIB=${PYTHO
 PYTHON_CONFIGURE_WITH=	python
 PYTHON_USES=		python:2
 RUBY_CONFIGURE_WITH=	ruby
-RUBY_USE=		RUBY=yes RUBY_RDOC=no
+USE_RUBY=		yes
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|-lstdc++||g' ${WRKSRC}/configure


More information about the svn-ports-head mailing list