diff options
author | jlam <jlam@pkgsrc.org> | 2006-07-20 13:48:14 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-07-20 13:48:14 +0000 |
commit | 1b442577f48eca5c6c4551ef2ba0a055f32a323c (patch) | |
tree | 1dad4490300d4b53600e280484cc139687c6ef0f /textproc | |
parent | e6fa4d890334143d20ba1680fe2ea0521a40e955 (diff) | |
download | pkgsrc-1b442577f48eca5c6c4551ef2ba0a055f32a323c.tar.gz |
REPLACE_INTERPRETER occurs as part of the configure step, so don't set
NO_CONFIGURE.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-nqxml/Makefile | 3 | ||||
-rw-r--r-- | textproc/ruby-xmlscan/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/textproc/ruby-nqxml/Makefile b/textproc/ruby-nqxml/Makefile index c00790e6b19..d87e559a16c 100644 --- a/textproc/ruby-nqxml/Makefile +++ b/textproc/ruby-nqxml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/11/02 11:36:16 taca Exp $ +# $NetBSD: Makefile,v 1.7 2006/07/20 13:48:14 jlam Exp $ # DISTNAME= nqxml-1.1.3p1 @@ -13,7 +13,6 @@ HOMEPAGE= http://nqxml.sourceforge.net/ COMMENT= XML parser written in pure Ruby NO_BUILD= yes -NO_CONFIGURE= yes USE_RUBY_INSTALL= yes DOC= README diff --git a/textproc/ruby-xmlscan/Makefile b/textproc/ruby-xmlscan/Makefile index 7c188c77dad..85357e47405 100644 --- a/textproc/ruby-xmlscan/Makefile +++ b/textproc/ruby-xmlscan/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/03/30 15:40:26 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2006/07/20 13:48:14 jlam Exp $ # DISTNAME= xmlscan-${VER} @@ -13,7 +13,6 @@ COMMENT= Pure Ruby XML parser VER= 0.2.3 NO_BUILD= yes -NO_CONFIGURE= yes USE_RUBY_INSTALL= yes REPLACE_RUBY= samples/getxmlchar.rb samples/xmlbench.rb \ |