aboutsummaryrefslogtreecommitdiff
path: root/www/libapreq2
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2005-05-27 08:56:30 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2005-05-27 08:56:30 +0000
commit01ad444c8759e2ef1234b42a215e25eef17f3513 (patch)
tree014aa9bcfef2fd2c09fc278cadcfc6c1825446ea /www/libapreq2
parent5ff4ff2aa75932fc20bb139c43b92f99ed0b4684 (diff)
downloadports-01ad444c8759e2ef1234b42a215e25eef17f3513.tar.gz
ports-01ad444c8759e2ef1234b42a215e25eef17f3513.zip
- Add missed dependency
Reported by: kris via pointyhat
Notes
Notes: svn path=/head/; revision=136263
Diffstat (limited to 'www/libapreq2')
-rw-r--r--www/libapreq2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/libapreq2/Makefile b/www/libapreq2/Makefile
index 27614fc7567d..43c64f9dae45 100644
--- a/www/libapreq2/Makefile
+++ b/www/libapreq2/Makefile
@@ -17,7 +17,8 @@ MAINTAINER= autrijus@autrijus.org
COMMENT= Generic Apache2 Request Library
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2 \
- ${SITE_PERL}/ExtUtils/XSBuilder:${PORTSDIR}/devel/p5-ExtUtils-XSBuilder
+ ${SITE_PERL}/ExtUtils/XSBuilder:${PORTSDIR}/devel/p5-ExtUtils-XSBuilder \
+ ${SITE_PERL}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent
RUN_DEPENDS= ${BUILD_DEPENDS}
WITH_APACHE2= yes