From dd570e59d30bc8ffddbcc9897fde0a416b63b33c Mon Sep 17 00:00:00 2001 From: taca Date: Thu, 19 Jun 2008 15:01:17 +0000 Subject: use vendor_dir with Ruby 1.8.7. --- textproc/suikyo/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'textproc/suikyo') diff --git a/textproc/suikyo/Makefile b/textproc/suikyo/Makefile index 2b0e8789a55..8ebd9766eee 100644 --- a/textproc/suikyo/Makefile +++ b/textproc/suikyo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/03/02 02:38:57 obache Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/19 15:01:17 taca Exp $ # .include "Makefile.common" @@ -16,7 +16,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-suikyo>=${SUIKYO_VER}:../../textproc/ruby-suikyo PKGCONFIG_OVERRIDE+= suikyo.pc.in CONFIGURE_ARGS+= --with-emacs-sitelispdir=${EMACS_LISPPREFIX} -CONFIGURE_ARGS+= --with-rubydir=${RUBY_SITELIBDIR} +CONFIGURE_ARGS+= --with-rubydir=${PREFIX}/${RUBY_VENDORLIB} INSTALL_TARGET= install-pkgconfigDATA -- cgit v1.2.3