summaryrefslogtreecommitdiff
path: root/lang/ruby-base/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/ruby-base/Makefile')
-rw-r--r--lang/ruby-base/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/lang/ruby-base/Makefile b/lang/ruby-base/Makefile
index 10a6009f019..60cd6201609 100644
--- a/lang/ruby-base/Makefile
+++ b/lang/ruby-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2002/01/04 09:44:59 taca Exp $
+# $NetBSD: Makefile,v 1.5 2002/01/22 17:05:20 taca Exp $
# FreeBSD Id: ports/lang/ruby/Makefile,v 1.39 2000/10/20 19:56:03 knu Exp
DISTNAME= ${RUBY_DISTNAME}
@@ -11,8 +11,6 @@ MAINTAINER= taca@netbsd.org
HOMEPAGE= http://www.ruby-lang.org/en/
COMMENT= base installation of Ruby
-BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
-
DIST_SUBDIR= ruby
USE_RUBY= yes
RUBY_DEPENDS= no
@@ -62,7 +60,6 @@ pre-configure:
${RM} -f ${WRKSRC}/ext/readline/MANIFEST
${RM} -f ${WRKSRC}/ext/tcltklib/MANIFEST
${RM} -f ${WRKSRC}/ext/tk/MANIFEST
- cd ${WRKSRC}; ${LOCALBASE}/bin/autoreconf
pre-build:
@${FIND} ${WRKSRC} -name '*.orig' -exec ${RM} -f {} \;