Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jun 2016 02:01:42 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r417755 - head/databases/xapian-bindings
Message-ID:  <201606290201.u5T21gRw069349@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606290201.u5T21gRw069349>