summaryrefslogtreecommitdiff
path: root/www/mod_ruby
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-09-03 08:12:21 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-09-03 08:12:21 +0000
commit278e02c894db1b12329444deaf18eaa7625921fe (patch)
treec2364759f9a1ab526f7f685e654223f8864ea8b9 /www/mod_ruby
parentUpdate to version 1.03 (diff)
Support APACHE_PORT to build with desired apache13* port.
Reviewed by: knu
Notes
Notes: svn path=/head/; revision=65544
Diffstat (limited to 'www/mod_ruby')
-rw-r--r--www/mod_ruby/Makefile5
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 \