head	1.3;
access;
symbols
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2003.08.22.09.01.42;	author knu;	state dead;
branches;
next	1.2;

1.2
date	2002.12.26.02.58.39;	author knu;	state Exp;
branches;
next	1.1;

1.1
date	2001.06.04.15.02.52;	author knu;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Axe dangling files.
@
text
@# New ports collection makefile for:	ruby_r-devel
# Date created:			3 June 2001
# Whom:				Akinori MUSHA aka knu <knu@@idaemons.org>
#
# $FreeBSD: ports/lang/ruby_r-devel/Makefile,v 1.2 2002/12/26 02:58:39 knu Exp $
#

MASTERDIR=      ${.CURDIR}/../ruby-devel

RUBY_VER=	1.8

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"
@


1.2
log
@Update RUBY_VER and fix the build.

Submitted by:	nork
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@Add lang/ruby_r and lang/ruby_r-devel, ruby binary linked with libc_r.

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.
@
text
@d10 1
a10 1
RUBY_VER=	1.7
@

