summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2003-03-02 12:04:51 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2003-03-02 12:04:51 +0000
commitc393eee1d0d70226d8144fc8d8f675e0b1ffb7c6 (patch)
tree4461a25f79d4a0f3b19788d5020c71e8bd90444a /www
parentUpdate to 20030228. Hot fixes integrated. (diff)
Move the CGI.pm dependency inside the ${PERL_LEVEL} < 500601 block.
Noted by: kuriyama
Notes
Notes: svn path=/head/; revision=76731
Diffstat (limited to 'www')
-rw-r--r--www/p5-Bundle-Sledge/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-Bundle-Sledge/Makefile b/www/p5-Bundle-Sledge/Makefile
index 525f407126b1..596d80dc88ef 100644
--- a/www/p5-Bundle-Sledge/Makefile
+++ b/www/p5-Bundle-Sledge/Makefile
@@ -43,7 +43,6 @@ PM_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-T
PM_DEPENDS+= ${SITE_PERL}/Data/Properties.pm:${PORTSDIR}/devel/p5-Data-Properties
PM_DEPENDS+= ${SITE_PERL}/Error.pm:${PORTSDIR}/lang/p5-Error
PM_DEPENDS+= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww
-PM_DEPENDS+= ${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm
SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
@@ -55,6 +54,7 @@ MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500601
+PM_DEPENDS+= ${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm
PM_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
.endif