aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Apache-Gallery
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-02-12 09:35:33 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-02-12 09:35:33 +0000
commit66ba3eb4b44383a996b4a17165ff06c3ffa3164b (patch)
treed68f8b799121d8961201a3faf23baa74d996c440 /www/p5-Apache-Gallery
parentb2bc00209776bf66d42c3a6e6e0957909ad91bf6 (diff)
downloadports-66ba3eb4b44383a996b4a17165ff06c3ffa3164b.tar.gz
ports-66ba3eb4b44383a996b4a17165ff06c3ffa3164b.zip
mark www/p5-Apache-Gallery broken for perl < 5.6
PR: ports/48201 Submitted by: Erwin Lansing <erwin@lansing.dk>
Notes
Notes: svn path=/head/; revision=75359
Diffstat (limited to 'www/p5-Apache-Gallery')
-rw-r--r--www/p5-Apache-Gallery/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/p5-Apache-Gallery/Makefile b/www/p5-Apache-Gallery/Makefile
index 174981d0304d..e2864fb00049 100644
--- a/www/p5-Apache-Gallery/Makefile
+++ b/www/p5-Apache-Gallery/Makefile
@@ -63,8 +63,7 @@ post-install:
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
-BUILD_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
-RUN_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
+BROKEN= Port requires perl 5.6.x or later. Install lang/perl5 then try again
.endif
.include <bsd.port.post.mk>