diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-09-03 08:12:21 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-09-03 08:12:21 +0000 |
commit | 278e02c894db1b12329444deaf18eaa7625921fe (patch) | |
tree | c2364759f9a1ab526f7f685e654223f8864ea8b9 /www/mod_ruby | |
parent | 685a872c0ec40d93fe2eea5dbd55aec6699831aa (diff) | |
download | ports-278e02c894db1b12329444deaf18eaa7625921fe.tar.gz ports-278e02c894db1b12329444deaf18eaa7625921fe.zip |
Notes
Diffstat (limited to 'www/mod_ruby')
-rw-r--r-- | www/mod_ruby/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/mod_ruby/Makefile b/www/mod_ruby/Makefile index 3eebd17ac2c7..24872b47d25e 100644 --- a/www/mod_ruby/Makefile +++ b/www/mod_ruby/Makefile @@ -13,9 +13,9 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org -BUILD_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13 +BUILD_DEPENDS= ${APXS}:${APACHE_PORT} LIB_DEPENDS= eruby.09:${PORTSDIR}/textproc/eruby -RUN_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13 +RUN_DEPENDS= ${APXS}:${APACHE_PORT} USE_RUBY= yes .if !defined(NOPORTDOCS) @@ -23,6 +23,7 @@ USE_RUBY_RD= yes .endif APXS?= ${LOCALBASE}/sbin/apxs +APACHE_PORT?= ${PORTSDIR}/www/apache13 CONFIGURE_ARGS= --with-apxs="${APXS}" \ --enable-eruby=yes \ |