summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-12-19 17:29:44 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-12-19 17:29:44 +0000
commit2030fad337edd6c05bc5161fe09df3a2cc07aa13 (patch)
tree4f0421a0629cfa7c07c4df400e67e44571601198 /graphics
parentFix typo left in previous revision (diff)
Add RUBY_WITH_PTHREAD=yes to DEPENDS_TARGET to fix the build on bento.
Notes
Notes: svn path=/head/; revision=71728
Diffstat (limited to 'graphics')
-rw-r--r--graphics/ruby-qt2gl/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/ruby-qt2gl/Makefile b/graphics/ruby-qt2gl/Makefile
index 746df2bc3a62..f29c3c22ac46 100644
--- a/graphics/ruby-qt2gl/Makefile
+++ b/graphics/ruby-qt2gl/Makefile
@@ -43,3 +43,5 @@ post-install:
.include "${.CURDIR}/../../x11-toolkits/ruby-qt2/Makefile.common"
.include <bsd.port.mk>
+
+DEPENDS_TARGET+= RUBY_WITH_PTHREAD=yes