diff options
author | knu <knu@FreeBSD.org> | 2002-10-07 03:50:45 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-10-07 03:50:45 +0800 |
commit | d1e0876b858438e0f9ec74055349bbc2b2735f2b (patch) | |
tree | f18ae26b7e283ff442dbba82d8488ce3f001ba25 /www | |
parent | 62248341203678181dd36398958b79d37ad5a1ba (diff) | |
download | freebsd-ports-gnome-d1e0876b858438e0f9ec74055349bbc2b2735f2b.tar.gz freebsd-ports-gnome-d1e0876b858438e0f9ec74055349bbc2b2735f2b.tar.zst freebsd-ports-gnome-d1e0876b858438e0f9ec74055349bbc2b2735f2b.zip |
Reflect *_RD renaming.
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 |