summaryrefslogtreecommitdiff
path: root/inputmethod/prime-dict/Makefile
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2008-06-19 14:42:24 +0000
committertaca <taca@pkgsrc.org>2008-06-19 14:42:24 +0000
commitbc6a8075110b661aa4b98da4a7b144b1624f35bb (patch)
treeea4c9a0687aaa4b64f78762483789b99f97ca384 /inputmethod/prime-dict/Makefile
parent83a0216707a7699bfa1a7f69e2dc34b87c50317a (diff)
downloadpkgsrc-bc6a8075110b661aa4b98da4a7b144b1624f35bb.tar.gz
Switch to use vendor_dir with Ruby 1.8.7.
Bump PKGREVISION.
Diffstat (limited to 'inputmethod/prime-dict/Makefile')
-rw-r--r--inputmethod/prime-dict/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/prime-dict/Makefile b/inputmethod/prime-dict/Makefile
index 5a7f640fd9d..0058e8db0ea 100644
--- a/inputmethod/prime-dict/Makefile
+++ b/inputmethod/prime-dict/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/03/02 02:50:45 obache Exp $
+# $NetBSD: Makefile,v 1.2 2008/06/19 14:49:51 taca Exp $
#
DISTNAME= prime-dict-1.0.0
@@ -15,7 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LANGUAGES= # none
-CONFIGURE_ARGS+= --with-rubydir=${RUBY_SITELIBDIR}
+CONFIGURE_ARGS+= --with-rubydir=${PREFIX}/${RUBY_VENDORLIB}
.include "../../lang/ruby/modules.mk"
.include "../../mk/bsd.pkg.mk"