summaryrefslogtreecommitdiff
path: root/textproc/ruby-oniguruma
diff options
context:
space:
mode:
authorahoka <ahoka>2008-08-31 21:46:40 +0000
committerahoka <ahoka>2008-08-31 21:46:40 +0000
commit9db722eaaea5f20e65015df61d05a6d19ffe2cb2 (patch)
tree0ee6e1ad3306b9debdcf2f7aa2939ddeefc56716 /textproc/ruby-oniguruma
parent97443faa6033b9859056cdba7da4e23209ec8681 (diff)
downloadpkgsrc-9db722eaaea5f20e65015df61d05a6d19ffe2cb2.tar.gz
It looks like it needs pax in the install phase.
Diffstat (limited to 'textproc/ruby-oniguruma')
-rw-r--r--textproc/ruby-oniguruma/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/ruby-oniguruma/Makefile b/textproc/ruby-oniguruma/Makefile
index 4053da3c3cf..0fe9a8e481a 100644
--- a/textproc/ruby-oniguruma/Makefile
+++ b/textproc/ruby-oniguruma/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2008/08/22 20:01:25 ahoka Exp $
+# $NetBSD: Makefile,v 1.3 2008/08/31 21:46:40 ahoka Exp $
DISTNAME= oniguruma-1.1.0
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
@@ -10,6 +10,7 @@ COMMENT= Fast regular expression library
PKG_DESTDIR_SUPPORT= destdir
+USE_TOOLS+= pax
GEM_BUILD= gemspec
.include "../../textproc/oniguruma/buildlink3.mk"