diff options
| author | Tijl Coosemans <tijl@FreeBSD.org> | 2017-12-23 19:27:41 +0000 |
|---|---|---|
| committer | Tijl Coosemans <tijl@FreeBSD.org> | 2017-12-23 19:27:41 +0000 |
| commit | d60a393f204ab440a81e44b641f9c88b0fe5028a (patch) | |
| tree | 701d26f0de944a888dc2a737b1efaea5439c240a | |
| parent | - Update to 4.90 (diff) | |
Add build dependency on autotools.
Reported by: sunpoet
Notes
Notes:
svn path=/head/; revision=457100
| -rw-r--r-- | devel/rubygem-rice/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/rubygem-rice/Makefile b/devel/rubygem-rice/Makefile index a0f1bb4c6229..b04efd9b03ea 100644 --- a/devel/rubygem-rice/Makefile +++ b/devel/rubygem-rice/Makefile @@ -15,7 +15,7 @@ BROKEN_powerpc64= fails to configure: could not find ruby.h 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. |
