diff options
Diffstat (limited to 'devel/ruby-sdl/Makefile')
-rw-r--r-- | devel/ruby-sdl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ruby-sdl/Makefile b/devel/ruby-sdl/Makefile index c06ec5da85d4..d1ff12c05e43 100644 --- a/devel/ruby-sdl/Makefile +++ b/devel/ruby-sdl/Makefile @@ -28,7 +28,7 @@ USE_RUBY_EXTCONF= yes CONFIGURE_ARGS= --with-sdl-config="sdl-config" \ --enable-opengl --linkoglmodule \ - --with-x11-dir="${X11BASE}" + --with-x11-dir="${LOCALBASE}" INSTALL_TARGET= site-install RUBY_RD_FILES= rubysdl_doc.en.rd \ |