diff options
author | knu <knu@FreeBSD.org> | 2002-12-19 17:29:44 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-12-19 17:29:44 +0000 |
commit | 1f51e3ff84d66c69b9b4bc19d7f2c32e043e7649 (patch) | |
tree | fda58211f56491e593f3d791f96458d317bd1d8f /graphics | |
parent | feb8641eadf2ed42976b5a3118b174ffde09be8b (diff) | |
download | FreeBSD-ports-1f51e3ff84d66c69b9b4bc19d7f2c32e043e7649.zip FreeBSD-ports-1f51e3ff84d66c69b9b4bc19d7f2c32e043e7649.tar.gz |
Add RUBY_WITH_PTHREAD=yes to DEPENDS_TARGET to fix the build on bento.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ruby-qt2gl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/ruby-qt2gl/Makefile b/graphics/ruby-qt2gl/Makefile index 746df2b..f29c3c2 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 |