diff options
author | taca <taca@pkgsrc.org> | 2003-10-14 08:26:34 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2003-10-14 08:26:34 +0000 |
commit | e8db6e98cdb4243b321060d5c912b2b2486b155e (patch) | |
tree | 8370166fa621d6449a5fa88d0e966fda950e1c73 | |
parent | f9ceb31c20b2ef67a3a8c3a3d96d7e82b7eb0b37 (diff) | |
download | pkgsrc-e8db6e98cdb4243b321060d5c912b2b2486b155e.tar.gz |
Make sure to USE_RUBY not USE_RUBY_RD.
This should fix the bulk build problem.
-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 |