diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-21 15:43:48 +0800 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-21 15:43:48 +0800 |
commit | e28cdc585144ec7873862e4df62643cd725ca37f (patch) | |
tree | bfe2dc941624335bbc9a0debe6c297afe55f9dd3 /www | |
parent | d82d074a19cffd13ec1728fd7d7fc5b2ba923508 (diff) | |
download | freebsd-ports-gnome-e28cdc585144ec7873862e4df62643cd725ca37f.tar.gz freebsd-ports-gnome-e28cdc585144ec7873862e4df62643cd725ca37f.tar.zst freebsd-ports-gnome-e28cdc585144ec7873862e4df62643cd725ca37f.zip |
Fix a bogus BUILD_DEPENDS entry that was breaking make index.
Submitted by: kris
Pointy hat to: sobomax
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Apache-Session/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-Apache-Session/Makefile b/www/p5-Apache-Session/Makefile index 04a0e7d8bab8..a1dfae7fc8a0 100644 --- a/www/p5-Apache-Session/Makefile +++ b/www/p5-Apache-Session/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= frank@exit.com -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/mod_perl.pm:${CPORTSDIR}/apache13-modssl-modperl +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |