diff options
author | taca <taca> | 2003-10-14 08:26:34 +0000 |
---|---|---|
committer | taca <taca> | 2003-10-14 08:26:34 +0000 |
commit | 1d73743bc6bd0777b400bba4a68b0fc02a388606 (patch) | |
tree | 8370166fa621d6449a5fa88d0e966fda950e1c73 /www/ruby-htmlsplit/Makefile | |
parent | c469091c21e8e77692310cd5a6f07b902180a78e (diff) | |
download | pkgsrc-1d73743bc6bd0777b400bba4a68b0fc02a388606.tar.gz |
Make sure to USE_RUBY not USE_RUBY_RD.
This should fix the bulk build problem.
Diffstat (limited to 'www/ruby-htmlsplit/Makefile')
-rw-r--r-- | www/ruby-htmlsplit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ruby-htmlsplit/Makefile b/www/ruby-htmlsplit/Makefile index 7fe4d459488..4b413b3f3d1 100644 --- a/www/ruby-htmlsplit/Makefile +++ b/www/ruby-htmlsplit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/09/30 12:23:45 taca Exp $ +# $NetBSD: Makefile,v 1.6 2003/10/14 08:26:34 taca Exp $ DISTNAME= htmlsplit102 PKGNAME= ${RUBY_PKGNAMEPREFIX}htmlsplit-1.0.2 @@ -13,7 +13,7 @@ HOMEPAGE= http://www.moonwolf.com/ruby/htmlsplit.html COMMENT= Ruby HTML split/join library DIST_SUBDIR= ruby -USE_RUBY_RD= # defined +USE_RUBY= # defined NO_CONFIGURE= # defined NO_BUILD= # defined |