diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2001-01-08 06:13:40 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2001-01-08 06:13:40 +0000 |
commit | 405f768d88e43c603a271a6e025de88d101b9c6d (patch) | |
tree | 77c9f12bd624b5f623e69167e084e028477884d6 /www/p5-Apache-Language | |
parent | c21a4b90794ba77ab6c0ab1416bc9c02ec1bb29f (diff) |
Add dependency on p5-Apache and p5-I18N-LangTags.
Pointed out by: bento
Notes
Notes:
svn path=/head/; revision=36926
Diffstat (limited to 'www/p5-Apache-Language')
-rw-r--r-- | www/p5-Apache-Language/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/p5-Apache-Language/Makefile b/www/p5-Apache-Language/Makefile index fa43c9ab781c..f8924a10863d 100644 --- a/www/p5-Apache-Language/Makefile +++ b/www/p5-Apache-Language/Makefile @@ -14,6 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org +BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Apache/src.pm:${PORTSDIR}/www/p5-Apache \ + ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/I18N/LangTags.pm:${PORTSDIR}/misc/p5-I18N-LangTags + USE_PERL5= yes PERL_CONFIGURE= yes |