diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2002-08-21 09:34:14 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2002-08-21 09:34:14 +0000 |
commit | 8faa2eac9cf71347cca74d3380befb5a37eb2073 (patch) | |
tree | 443f77f8f8a8ad29a5a24e261b525908f86c3865 /www/p5-HTML-Mason/Makefile | |
parent | Update to the lastest version (diff) |
Add p5-libapreq dependency
PR: 41572
Submitted by: MAINTAINER
Notes
Notes:
svn path=/head/; revision=64746
Diffstat (limited to 'www/p5-HTML-Mason/Makefile')
-rw-r--r-- | www/p5-HTML-Mason/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/p5-HTML-Mason/Makefile b/www/p5-HTML-Mason/Makefile index 9ac8cd264a8f..753cb1e83378 100644 --- a/www/p5-HTML-Mason/Makefile +++ b/www/p5-HTML-Mason/Makefile @@ -16,6 +16,7 @@ DISTNAME= ${PORTNAME}-1.1201 MAINTAINER= dsh@vlink.ru BUILD_DEPENDS= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec \ + ${SITE_PERL}/${PERL_ARCH}/Apache/Request.pm:${PORTSDIR}/www/p5-libapreq \ ${SITE_PERL}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \ ${SITE_PERL}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class \ ${SITE_PERL}/Class/Container.pm:${PORTSDIR}/devel/p5-Class-Container |