diff options
author | taca <taca@pkgsrc.org> | 2010-09-10 08:25:16 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-09-10 08:25:16 +0000 |
commit | aac3e95d447a1a4ee91bd155c141ecd709ea859e (patch) | |
tree | bab48408e9ff9b44c5bfc1a742f5acfd1ca89c25 /textproc/ruby-pure-hyperestraier | |
parent | 1ac38c2fde80ae4b268c95f09bd2216b26a1962f (diff) | |
download | pkgsrc-aac3e95d447a1a4ee91bd155c141ecd709ea859e.tar.gz |
* Add a patch to support both ruby18 and ruby19.
* Remove RUBY_HAS_ARCHLIB.
No functional change.
Diffstat (limited to 'textproc/ruby-pure-hyperestraier')
-rw-r--r-- | textproc/ruby-pure-hyperestraier/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/ruby-pure-hyperestraier/Makefile b/textproc/ruby-pure-hyperestraier/Makefile index 82799c455d4..bbeb1747ca2 100644 --- a/textproc/ruby-pure-hyperestraier/Makefile +++ b/textproc/ruby-pure-hyperestraier/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2009/05/25 09:48:50 obache Exp $ +# $NetBSD: Makefile,v 1.6 2010/09/10 08:25:17 taca Exp $ # PKG_DESTDIR_SUPPORT= user-destdir @@ -17,7 +17,6 @@ CONFIGURE_DIRS= ${MY_SUBDIR} GNU_CONFIGURE= yes TEST_TARGET= check -RUBY_HAS_ARCHLIB= no REPLACE_RUBY= ${MY_SUBDIR}/estcall.rb |