diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2001-01-08 14:12:48 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2001-01-08 14:12:48 +0800 |
commit | 291558e24f90d5bbb464835085adc0004cb8ac18 (patch) | |
tree | b20ca3b94744eb758370b87d3609af2c43d1b55f /www/p5-Apache-Icon | |
parent | 05a011a74d40dd86cab757911b2639df401ef430 (diff) | |
download | freebsd-ports-gnome-291558e24f90d5bbb464835085adc0004cb8ac18.tar.gz freebsd-ports-gnome-291558e24f90d5bbb464835085adc0004cb8ac18.tar.zst freebsd-ports-gnome-291558e24f90d5bbb464835085adc0004cb8ac18.zip |
Add dependency on p5-Apache.
Pointed out by: bento
Diffstat (limited to 'www/p5-Apache-Icon')
-rw-r--r-- | www/p5-Apache-Icon/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/p5-Apache-Icon/Makefile b/www/p5-Apache-Icon/Makefile index 03a40a32a1b7..ab32ca1d6fe1 100644 --- a/www/p5-Apache-Icon/Makefile +++ b/www/p5-Apache-Icon/Makefile @@ -14,6 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org +BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Apache/src.pm:${PORTSDIR}/www/p5-Apache + USE_PERL5= yes PERL_CONFIGURE= yes |