diff options
author | taca <taca@pkgsrc.org> | 2008-06-19 15:01:17 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2008-06-19 15:01:17 +0000 |
commit | dd570e59d30bc8ffddbcc9897fde0a416b63b33c (patch) | |
tree | 1631d7ecf8316fd1eca4bc2d51002f58f2509602 /textproc/suikyo | |
parent | 8e736657ea80f5cdab0e890080641bb10579b43e (diff) | |
download | pkgsrc-dd570e59d30bc8ffddbcc9897fde0a416b63b33c.tar.gz |
use vendor_dir with Ruby 1.8.7.
Diffstat (limited to 'textproc/suikyo')
-rw-r--r-- | textproc/suikyo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |