summaryrefslogtreecommitdiff
path: root/www/ap-ruby
diff options
context:
space:
mode:
authortaca <taca>2002-01-24 16:36:17 +0000
committertaca <taca>2002-01-24 16:36:17 +0000
commit03d2b3c023c8b5bbae4cc8de785d2549aa53d3b1 (patch)
tree4fce28ab5b0dadda91b870184477112283ce9860 /www/ap-ruby
parente112d50dcc1cf26dbbdf64abaf61f9e5292cd528 (diff)
downloadpkgsrc-03d2b3c023c8b5bbae4cc8de785d2549aa53d3b1.tar.gz
Add BUILD_DEPENDS to perl since apache's apxs utility is perl script.
Diffstat (limited to 'www/ap-ruby')
-rw-r--r--www/ap-ruby/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/ap-ruby/Makefile b/www/ap-ruby/Makefile
index 91d6b9ac7e7..b4ea78380e6 100644
--- a/www/ap-ruby/Makefile
+++ b/www/ap-ruby/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2002/01/19 10:20:12 taca Exp $
+# $NetBSD: Makefile,v 1.4 2002/01/24 16:36:17 taca Exp $
# $FreeBSD: ports/www/mod_ruby/Makefile,v 1.10 2000/12/31 10:14:53 knu Exp $
DISTNAME= mod_ruby-${VERSION}
@@ -10,6 +10,7 @@ MAINTAINER= taca@netbsd.org
HOMEPAGE= http://www.modruby.net/
COMMENT= Apache module that embeds Ruby interpreter within
+BUILD_DEPENDS+= perl>=${PERL5_REQD}:../../lang/perl5
DEPENDS+= apache>=1.3.12:../../www/apache
DEPENDS+= ${RUBY_PKGNAMEPREFIX}eruby>=0.9:../../textproc/ruby-eruby