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

Tijl Coosemans tijl at FreeBSD.org
Sat Dec 23 16:30:28 UTC 2017


Author: tijl
Date: Sat Dec 23 16:30:26 2017
New Revision: 457065
URL: https://svnweb.freebsd.org/changeset/ports/457065

Log:
  Drop unneeded USE_AUTOTOOLS.

Modified:
  head/devel/rubygem-rice/Makefile

Modified: head/devel/rubygem-rice/Makefile
==============================================================================
--- head/devel/rubygem-rice/Makefile	Sat Dec 23 16:13:22 2017	(r457064)
+++ head/devel/rubygem-rice/Makefile	Sat Dec 23 16:30:26 2017	(r457065)
@@ -13,9 +13,9 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 BROKEN_powerpc64=	fails to configure: could not find ruby.h
 
+GNU_CONFIGURE=	yes
 USE_RUBY=	yes
 USES=		gem
-USE_AUTOTOOLS=	aclocal autoconf
 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