aboutsummaryrefslogtreecommitdiff
path: root/www/mod_ruby/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/mod_ruby/Makefile')
-rw-r--r--www/mod_ruby/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/www/mod_ruby/Makefile b/www/mod_ruby/Makefile
index 15786a04ce86..ca21b2e419af 100644
--- a/www/mod_ruby/Makefile
+++ b/www/mod_ruby/Makefile
@@ -14,16 +14,12 @@ DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
COMMENT= An Apache module that embeds Ruby interpreter within
-BUILD_DEPENDS= ${APXS}:${APACHE_PORT}
LIB_DEPENDS= eruby.10:${PORTSDIR}/textproc/eruby
-RUN_DEPENDS= ${APXS}:${APACHE_PORT}
+USE_APACHE= yes
USE_RUBY= yes
USE_REINPLACE= yes
-APXS?= ${LOCALBASE}/sbin/apxs
-APACHE_PORT?= ${PORTSDIR}/www/apache13
-
CONFIGURE_ARGS= --with-apxs="${APXS}" \
--enable-eruby=yes \
--with-eruby-includes="${LOCALBASE}/include" \