Specify RUBYGEMS_REQD to fix build problem; now always build with
misc/rubygems both ruby18 and ruby19.
This commit is contained in:
parent
41ef7225e9
commit
9109b85f57
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.11 2011/03/23 16:07:49 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.12 2011/03/27 13:07:14 taca Exp $
|
||||
|
||||
DISTNAME= hoe-2.9.1
|
||||
CATEGORIES= devel
|
||||
|
@ -10,6 +10,8 @@ LICENSE= mit
|
|||
|
||||
CONFLICTS+= ruby[1-9][0-9]-hoe-[0-9]* hoe-[0-9]*
|
||||
|
||||
RUBYGEMS_REQD= 1.4
|
||||
|
||||
.include "../../lang/ruby/gem.mk"
|
||||
|
||||
.if ${RUBY_VER} == "18"
|
||||
|
|
Loading…
Reference in a new issue