diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-14 14:47:56 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-14 14:47:56 +0000 |
commit | 7815b83df4ba89985f8712047a45f85c382e7706 (patch) | |
tree | 2494f1a087318441aea0ea521ccf891615e31715 /www/mod_ruby | |
parent | c5dfbb4c8c4212dccdc951c8a5b4655e133ee065 (diff) |
Notes
Diffstat (limited to 'www/mod_ruby')
-rw-r--r-- | www/mod_ruby/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_ruby/Makefile b/www/mod_ruby/Makefile index 0a4f744c0ea0..139590c914e0 100644 --- a/www/mod_ruby/Makefile +++ b/www/mod_ruby/Makefile @@ -12,10 +12,10 @@ DIST_SUBDIR= ruby MAINTAINER= dinoex@FreeBSD.org COMMENT= An Apache module that embeds Ruby interpreter within - +USES= perl5 USE_APACHE= 22 USE_RUBY= yes -USE_PERL5_BUILD= yes +USE_PERL5= build CONFIGURE_ARGS= --with-apxs="${APXS}" CFLAGS+= -DONIG_ESCAPE_REGEX_T_COLLISION |