diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-12 09:35:33 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-12 09:35:33 +0000 |
commit | 66ba3eb4b44383a996b4a17165ff06c3ffa3164b (patch) | |
tree | d68f8b799121d8961201a3faf23baa74d996c440 /www/p5-Apache-Gallery | |
parent | b2bc00209776bf66d42c3a6e6e0957909ad91bf6 (diff) | |
download | ports-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/Makefile | 3 |
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> |