diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-03-02 12:04:51 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-03-02 12:04:51 +0000 |
commit | c393eee1d0d70226d8144fc8d8f675e0b1ffb7c6 (patch) | |
tree | 4461a25f79d4a0f3b19788d5020c71e8bd90444a /www/p5-Bundle-Sledge | |
parent | ba8034a7871d403946c9298d900de3fe903b5b2b (diff) | |
download | ports-c393eee1d0d70226d8144fc8d8f675e0b1ffb7c6.tar.gz ports-c393eee1d0d70226d8144fc8d8f675e0b1ffb7c6.zip |
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/p5-Bundle-Sledge')
-rw-r--r-- | www/p5-Bundle-Sledge/Makefile | 2 |
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 |