Build a ruby 1.8 FLAVOR of rcov by default since it works best on ruby
1.8, and support a ruby19 FLAVOR (since it sorta works on ruby 1.9), but don't support other FLAVORs as they don't work.
This commit is contained in:
parent
c348e7b9d4
commit
3038ab1aa0
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2013/03/11 10:50:30 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2013/10/22 19:52:52 jeremy Exp $
|
||||
|
||||
COMMENT= code coverage tool for Ruby
|
||||
|
||||
@ -12,6 +12,8 @@ MAINTAINER= Jeremy Evans <jeremy@openbsd.org>
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
||||
MODULES= lang/ruby
|
||||
FLAVOR ?= ruby18
|
||||
FLAVORS = ruby18 ruby19
|
||||
|
||||
CONFIGURE_STYLE=ruby gem ext
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user