Build a ruby18 version of ruby-bdb by default, instead of a ruby20 version.

The ruby18 version is a dependency for textproc/gonzui, nothing depends on
the ruby20 version.
This commit is contained in:
jeremy 2015-08-29 16:19:13 +00:00
parent 05c826ef79
commit 0cb43164f1
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.297 2015/08/29 15:56:08 jeremy Exp $
# $OpenBSD: Makefile,v 1.298 2015/08/29 16:19:13 jeremy Exp $
SUBDIR =
SUBDIR += apache-couchdb
@ -196,7 +196,7 @@
SUBDIR += riak
SUBDIR += ruby-amalgalite,ruby21
SUBDIR += ruby-amalgalite,ruby22
SUBDIR += ruby-bdb,ruby20
SUBDIR += ruby-bdb,ruby18
SUBDIR += ruby-data_objects
SUBDIR += ruby-do_mysql,ruby21
SUBDIR += ruby-do_mysql,ruby22

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.36 2015/07/18 21:11:18 jasper Exp $
# $OpenBSD: Makefile,v 1.37 2015/08/29 16:19:13 jeremy Exp $
COMMENT= ruby interface to Berkeley DB
DISTNAME= bdb-0.6.5
@ -33,7 +33,7 @@ DOC_DIR= ${MODRUBY_DOCDIR}/bdb
EXAMPLE_DIR= ${MODRUBY_EXAMPLEDIR}/bdb
FLAVORS= ruby18 ruby19 ruby20
FLAVOR?= ruby20
FLAVOR?= ruby18
pre-install:
@sed -i 's,/usr,${LOCALBASE},' ${WRKSRC}/examples/*.rb