svn commit: r457100 - head/devel/rubygem-rice

Tijl Coosemans tijl at FreeBSD.org
Sat Dec 23 19:27:42 UTC 2017


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.


More information about the svn-ports-head mailing list