70782b1469
As there are unidentified problems with libc_r + ruby, please use this with care. I'd appreciate if any of you could join me in debugging.
19 lines
403 B
Makefile
19 lines
403 B
Makefile
# New ports collection makefile for: ruby_r
|
|
# Date created: 3 June 2001
|
|
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
MASTERDIR= ${.CURDIR}/../ruby
|
|
|
|
BUILD_DEPENDS= ${RUBY_WITHOUT_SUFFIX}${RUBY_VER:S/.//}:${MASTERDIR}
|
|
RUN_DEPENDS= ${RUBY_WITHOUT_SUFFIX}${RUBY_VER:S/.//}:${MASTERDIR}
|
|
|
|
NOPORTDOCS= yes
|
|
NORUBYLIB= yes
|
|
|
|
RUBY_WITH_PTHREAD= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|