Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Dec 2017 16:30:26 +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: r457065 - head/devel/rubygem-rice
Message-ID:  <201712231630.vBNGUQ4Z055622@repo.freebsd.org>

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



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