diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-03-30 11:23:14 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-03-30 11:23:14 +0000 |
commit | e871843e40916a376cf0f533e8fe6933caaec417 (patch) | |
tree | dbb27d0cd883db297835306f7f2def249ad6b665 | |
parent | Let INSTALL_PROGRAM strip the binary (diff) |
Define RUBY_WITH_PTHREAD to unbreak.
Notes
Notes:
svn path=/head/; revision=56930
-rw-r--r-- | graphics/ruby-qt2gl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/ruby-qt2gl/Makefile b/graphics/ruby-qt2gl/Makefile index fb9168e45ccc..0666ce8cd4b1 100644 --- a/graphics/ruby-qt2gl/Makefile +++ b/graphics/ruby-qt2gl/Makefile @@ -23,6 +23,7 @@ RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/qt2.so:${RUBY_QT2_PORTDIR} \ USE_MESA= yes USE_RUBY= yes USE_RUBY_EXTCONF= yes +RUBY_WITH_PTHREAD= yes USE_GMAKE= yes |