summaryrefslogtreecommitdiff
path: root/net/ruby-drb
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2004-12-01 15:37:16 +0000
committertaca <taca@pkgsrc.org>2004-12-01 15:37:16 +0000
commita25c45296ea00ea40969ee127e75b35f272533b8 (patch)
tree68b4def8a37a204994a5cbcb988d96dde92f0253 /net/ruby-drb
parente4b2eb54506e09e5372ac9a9e4e058427f727411 (diff)
downloadpkgsrc-a25c45296ea00ea40969ee127e75b35f272533b8.tar.gz
Add USE_BUILDLINK3=yes, make sure to BUILD_DEPNDS to ruby-rdtool and
miscellaneous clean up. This should fix bulkbuild problem.
Diffstat (limited to 'net/ruby-drb')
-rw-r--r--net/ruby-drb/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/ruby-drb/Makefile b/net/ruby-drb/Makefile
index 52dc9a53bcf..be7ac0ede54 100644
--- a/net/ruby-drb/Makefile
+++ b/net/ruby-drb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/11/28 06:31:47 taca Exp $
+# $NetBSD: Makefile,v 1.9 2004/12/01 15:38:02 taca Exp $
# FreeBSD: ports/net/ruby-drb/Makefile,v 1.8 2001/01/18 16:57:25 knu Exp
DISTNAME= drb-2.0.4
@@ -11,6 +11,7 @@ HOMEPAGE= http://www2a.biglobe.ne.jp/~seki/ruby/
COMMENT= Distributed Ruby
RUBY_VERSION= ${RUBY16_VERSION}
+USE_BUILDLINK3= yes
USE_RUBY_INSTALL= yes
REPLACE_RUBY_DIRS= ${WRKSRC}/sample
DOCS= acl-ref.rd acl-ref.rd.ja acl.rd acl.rd.ja \
@@ -28,6 +29,6 @@ post-install:
${INSTALL_DATA_DIR} ${RUBY_EXAMPLESDIR}/drb
${INSTALL_DATA} ${WRKSRC}/sample/* ${RUBY_EXAMPLESDIR}/drb
-.include "../../textproc/ruby-rdtool/rdversion.mk"
.include "../../lang/ruby/modules.mk"
+.include "../../textproc/ruby-rdtool/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"