- set NO_REGRESS, untill devel/ruby-test-spec has been imported.

ok espie@
This commit is contained in:
jasper 2011-03-02 16:02:27 +00:00
parent e1765ca0c7
commit 638808b411

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2011/01/06 04:24:24 jeremy Exp $
# $OpenBSD: Makefile,v 1.7 2011/03/02 16:02:27 jasper Exp $
COMMENT = Fast, Nimble PDF Generation For Ruby - prawn-core
@ -6,8 +6,9 @@ DISTNAME = prawn-core-${VERSION}
REVISION = 3
MODRUBY_REGRESS = rake
REGRESS_DEPENDS = devel/ruby-mocha,${MODRUBY_FLAVOR} \
devel/ruby-test-spec,${MODRUBY_FLAVOR} \
textproc/ruby-pdf-reader,${MODRUBY_FLAVOR}
NO_REGRESS = Yes # untill ruby-test-spec has been imported.
#REGRESS_DEPENDS = devel/ruby-mocha,${MODRUBY_FLAVOR} \
# devel/ruby-test-spec,${MODRUBY_FLAVOR} \
# textproc/ruby-pdf-reader,${MODRUBY_FLAVOR}
.include <bsd.port.mk>