diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-02-10 18:26:08 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-02-10 18:26:08 +0000 |
commit | 0f25c9c2fe96b583ea69f61ec08cf013811a26fe (patch) | |
tree | f542a881715936ca31cc2714b18c32b21cbd18b5 /graphics/ruby-opengl | |
parent | 39d73600e317eff48e90a5566f4b923c9d6e0098 (diff) | |
download | ports-0f25c9c2fe96b583ea69f61ec08cf013811a26fe.tar.gz ports-0f25c9c2fe96b583ea69f61ec08cf013811a26fe.zip |
Notes
Diffstat (limited to 'graphics/ruby-opengl')
-rw-r--r-- | graphics/ruby-opengl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/ruby-opengl/Makefile b/graphics/ruby-opengl/Makefile index 0a6e6725b62b..2fe04ca8e336 100644 --- a/graphics/ruby-opengl/Makefile +++ b/graphics/ruby-opengl/Makefile @@ -21,6 +21,8 @@ USE_RUBY_EXTCONF= yes USE_MESA= yes +RUBY_WITH_PTHREAD= yes + WRKSRC= ${WRKDIR}/${PORTNAME} CONFIGURE_ARGS= --with-ruby-dir="${LOCALBASE}" --with-x11-dir="${X11BASE}" INSTALL_TARGET= site-install |