summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2001-07-17 23:34:36 +0000
committerSteve Price <steve@FreeBSD.org>2001-07-17 23:34:36 +0000
commit8651b453d2ab3866e517b1f9b54412224024edbb (patch)
treee64df1367b82c3d2b7c35c27241c8530e0d937bc
parentFix a spelling of FreeBSD (FreeBSD --> FREEBSD). (diff)
Fixup *_DEPENDS after repo-copy of p5-CGI to p5-CGI-modules.
-rw-r--r--www/p5-CGI-Application/Makefile2
-rw-r--r--www/p5-HTML-Navigation/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-CGI-Application/Makefile b/www/p5-CGI-Application/Makefile
index e5ec04c73ffa..c93fb37f6d3e 100644
--- a/www/p5-CGI-Application/Makefile
+++ b/www/p5-CGI-Application/Makefile
@@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= petef@databits.net
BUILD_DEPENDS= ${SITE_PERL}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template \
- ${SITE_PERL}/CGI/Base.pm:${PORTSDIR}/www/p5-CGI
+ ${SITE_PERL}/CGI/Base.pm:${PORTSDIR}/www/p5-CGI-modules
RUN_DEPENDS= ${BUILD_DEPENDS}
SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
diff --git a/www/p5-HTML-Navigation/Makefile b/www/p5-HTML-Navigation/Makefile
index d6ee1e73699d..1dfeac67b8fc 100644
--- a/www/p5-HTML-Navigation/Makefile
+++ b/www/p5-HTML-Navigation/Makefile
@@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
-BUILD_DEPENDS= ${SITE_PERL}/CGI/Base.pm:${PORTSDIR}/www/p5-CGI \
+BUILD_DEPENDS= ${SITE_PERL}/CGI/Base.pm:${PORTSDIR}/www/p5-CGI-modules \
${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI
RUN_DEPENDS= ${BUILD_DEPENDS}