1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

Fix dependency problem: p5-Apache -> mod_perl.

PR:		26170
Submitted by:	maintainer
This commit is contained in:
Will Andrews 2001-03-28 14:30:56 +00:00
parent de3b8cbdac
commit 6ffbb95b36
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40483
2 changed files with 2 additions and 2 deletions

View File

@ -167,7 +167,7 @@
SUBDIR += p5-FastCGI
SUBDIR += p5-GtkHTML
SUBDIR += p5-HTML
# SUBDIR += p5-HTML-Embperl
SUBDIR += p5-HTML-Embperl
SUBDIR += p5-HTML-Mason
SUBDIR += p5-HTML-Navigation
SUBDIR += p5-HTML-Pager

View File

@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= kapr@crosswinds.net
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/p5-Apache
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl
PERL_CONFIGURE= yes
IS_INTERACTIVE= yes