diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-10-06 19:50:45 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-10-06 19:50:45 +0000 |
commit | f006f18654d67d8bfa9884d8efe2ee2607073b65 (patch) | |
tree | 1784ff99e30a4cf584a984aead37af331985f82d /www | |
parent | Rename USE_RUBY_RD to USE_RUBY_RDTOOL, RUBY_RD to RUBY_RD2, (diff) |
Reflect *_RD renaming.
Notes
Notes:
svn path=/head/; revision=67500
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_ruby/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/mod_ruby/Makefile b/www/mod_ruby/Makefile index 24872b47d25e..3d1cd21936a5 100644 --- a/www/mod_ruby/Makefile +++ b/www/mod_ruby/Makefile @@ -18,9 +18,7 @@ LIB_DEPENDS= eruby.09:${PORTSDIR}/textproc/eruby RUN_DEPENDS= ${APXS}:${APACHE_PORT} USE_RUBY= yes -.if !defined(NOPORTDOCS) -USE_RUBY_RD= yes -.endif +USE_RUBY_RDTOOL= yes APXS?= ${LOCALBASE}/sbin/apxs APACHE_PORT?= ${PORTSDIR}/www/apache13 |