From 50179d15670aa6b75dfa5fa9f59ee1ea0492b31d Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Sun, 30 Mar 2008 09:36:46 +0000 Subject: - clean X11BASE --- graphics/ruby-gd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/ruby-gd/Makefile') diff --git a/graphics/ruby-gd/Makefile b/graphics/ruby-gd/Makefile index 682cab9434b4..4eb1fb5e3633 100644 --- a/graphics/ruby-gd/Makefile +++ b/graphics/ruby-gd/Makefile @@ -46,7 +46,7 @@ WITH_X11_CHECK= # empty .if !empty(WITH_X11_CHECK) USE_XORG= xpm x11 PKGNAMESUFFIX_XPM= +xpm -CONFIGURE_ARGS+= --with-X11-dir="${X11BASE}" --with-xpm +CONFIGURE_ARGS+= --with-X11-dir="${LOCALBASE}" --with-xpm .endif EXAMPLES_EN= example.rb \ @@ -63,7 +63,7 @@ DOCS_JA= readme.ja \ doc/INSTALL.ja post-patch: - ${RUBY} -i -pe 'sub %r:/win98/windows/FONTS:, "${X11BASE}/lib/X11/fonts/TrueType"' ${WRKSRC}/sample/gdtestttf.rb + ${RUBY} -i -pe 'sub %r:/win98/windows/FONTS:, "${LOCALBASE}/lib/X11/fonts/TrueType"' ${WRKSRC}/sample/gdtestttf.rb .if defined(WITH_GD1) ${RUBY} -i -pe 'sub %r:%%GD%%:, "gd1"' ${WRKSRC}/extconf.rb .else -- cgit v1.2.3