diff options
Diffstat (limited to 'www/mod_ruby/Makefile')
-rw-r--r-- | www/mod_ruby/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/www/mod_ruby/Makefile b/www/mod_ruby/Makefile index 15786a0..ca21b2e 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" \ |