diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2001-01-08 14:24:19 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2001-01-08 14:24:19 +0800 |
commit | e75e834989dced96b09c1fc60a0a957a124cfb9a (patch) | |
tree | 0aa2597f75c24888ecb862e1115ce01658ddcf9a /www/p5-Apache-AutoIndex | |
parent | 1dce4900da3d873ebf453d8a1eaac99fcea54d61 (diff) | |
download | freebsd-ports-gnome-e75e834989dced96b09c1fc60a0a957a124cfb9a.tar.gz freebsd-ports-gnome-e75e834989dced96b09c1fc60a0a957a124cfb9a.tar.zst freebsd-ports-gnome-e75e834989dced96b09c1fc60a0a957a124cfb9a.zip |
Add dependency on p5-Apache, p5-Apache-Icon, p5-Apache-Language and
p5-HTML-Parser.
Pointed out by: bento
Diffstat (limited to 'www/p5-Apache-AutoIndex')
-rw-r--r-- | www/p5-Apache-AutoIndex/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www/p5-Apache-AutoIndex/Makefile b/www/p5-Apache-AutoIndex/Makefile index 579262304786..e0e09f1ca341 100644 --- a/www/p5-Apache-AutoIndex/Makefile +++ b/www/p5-Apache-AutoIndex/Makefile @@ -14,6 +14,11 @@ 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}/${PERL_ARCH}/Apache/Icon.pm:${PORTSDIR}/www/p5-Apache-Icon \ + ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Apache/Language.pm:${PORTSDIR}/www/p5-Apache-Language \ + ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/HTML/HeadParser.pm:${PORTSDIR}/www/p5-HTML-Parser + USE_PERL5= yes PERL_CONFIGURE= yes |