Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Dec 2017 19:27:41 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r457100 - head/devel/rubygem-rice
Message-ID:  <201712231927.vBNJRfPQ034192@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Sat Dec 23 19:27:41 2017
New Revision: 457100
URL: https://svnweb.freebsd.org/changeset/ports/457100

Log:
  Add build dependency on autotools.
  
  Reported by:	sunpoet

Modified:
  head/devel/rubygem-rice/Makefile

Modified: head/devel/rubygem-rice/Makefile
==============================================================================
--- head/devel/rubygem-rice/Makefile	Sat Dec 23 18:35:41 2017	(r457099)
+++ head/devel/rubygem-rice/Makefile	Sat Dec 23 19:27:41 2017	(r457100)
@@ -15,7 +15,7 @@ BROKEN_powerpc64=	fails to configure: could not find r
 
 GNU_CONFIGURE=	yes
 USE_RUBY=	yes
-USES=		gem
+USES=		autoreconf:build gem
 INSTDIR=	${PREFIX}/${GEM_LIB_DIR}
 
 # Fixup path in mkmf-rice.rb so things that build using it can find -lrice.



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