diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2012-02-08 18:54:33 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2012-02-08 18:54:33 +0000 |
commit | e34e40cf9db24f1bf45cc0d4baeb754f1478a2ec (patch) | |
tree | 42fa4b78028dd161f83df6549d4aa664a70311fa /databases/ruby-bdb | |
parent | fc3cc998444edffcef7bc146ebec9062ef05f949 (diff) |
- Allow regression tests to be run under ruby 1.9
still has issues w/ it, stick to 1.8 for now
PR: ports/160402
Submitted by: Mikhail T. <mi@aldan.algebra.com>
Approved by: maintainer timeout (knu ; 159 days)
Sponsored by: RideCharge Inc. / TaxiMagic
Notes
Notes:
svn path=/head/; revision=290726
Diffstat (limited to 'databases/ruby-bdb')
-rw-r--r-- | databases/ruby-bdb/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/ruby-bdb/Makefile b/databases/ruby-bdb/Makefile index d8d3bf63b354..43aaa57e76aa 100644 --- a/databases/ruby-bdb/Makefile +++ b/databases/ruby-bdb/Makefile @@ -68,6 +68,7 @@ post-install: .endif regression-test: + @${MKDIR} ${BUILD_WRKSRC}/tmp ( cd ${BUILD_WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} \ ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} test ) |