summaryrefslogtreecommitdiff
path: root/lang/ruby18-base
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2006-09-03 02:53:13 +0000
committertaca <taca@pkgsrc.org>2006-09-03 02:53:13 +0000
commitb85c4b5facb5994fb2ce35d778b787685eabb81b (patch)
tree3b9abb2dd0e0b46b865e3993886ab7f4bb986d67 /lang/ruby18-base
parent3db18b1505f55f51a63b474063b1ec92f7e4ce8f (diff)
downloadpkgsrc-b85c4b5facb5994fb2ce35d778b787685eabb81b.tar.gz
Move buildlinks from ruby18-base/Makefile to ruby/rubyversion.mk.
It should help for fixing the build problem of some extention libraries.
Diffstat (limited to 'lang/ruby18-base')
-rw-r--r--lang/ruby18-base/Makefile11
1 files changed, 1 insertions, 10 deletions
diff --git a/lang/ruby18-base/Makefile b/lang/ruby18-base/Makefile
index 538d14285a0..226a7087a4d 100644
--- a/lang/ruby18-base/Makefile
+++ b/lang/ruby18-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2006/08/02 07:02:44 taca Exp $
+# $NetBSD: Makefile,v 1.24 2006/09/03 02:53:13 taca Exp $
#
DISTNAME= ${RUBY_DISTNAME}
@@ -43,13 +43,6 @@ CONFIGURE_ARGS+= --program-suffix=${RUBY_SUFFIX:Q}
FILES_SUBST+= DATE=${DATE:Q}
#
-# Use Berkley DB unless a system has real ndbm(3).
-#
-.if !exists(/usr/include/ndbm.h)
-.include "../../mk/bdb.buildlink3.mk"
-.endif
-
-#
# IRIX work around which should be fixed.
#
.if ${OPSYS} == "IRIX"
@@ -135,6 +128,4 @@ post-install:
.endfor
.include "../../lang/ruby/Makefile.common"
-.include "../../devel/zlib/buildlink3.mk"
-.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"