diff options
author | edwin <edwin@FreeBSD.org> | 2003-02-12 22:36:10 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-02-12 22:36:10 +0000 |
commit | 542618fccef0550aed4cd6851864a44215fb298f (patch) | |
tree | 403a7ba9a03127168c8f2a6f72fdc2ec12001c71 /www | |
parent | d140ddca32cf4bc930fc0b42aa7d8c3e0f8a8a2a (diff) | |
download | FreeBSD-ports-542618fccef0550aed4cd6851864a44215fb298f.zip FreeBSD-ports-542618fccef0550aed4cd6851864a44215fb298f.tar.gz |
make ports IGNORE instead of BROKEN for perl < 5.6
bento should not build these ports either, so mark IGNORE
instead of BROKEN when perl < 5.6
PR: ports/48207
Submitted by: Erwin Lansing <erwin@lansing.dk>
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Apache-Gallery/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-Apache-Gallery/Makefile b/www/p5-Apache-Gallery/Makefile index bb94eb2..53995cd 100644 --- a/www/p5-Apache-Gallery/Makefile +++ b/www/p5-Apache-Gallery/Makefile @@ -63,7 +63,7 @@ post-install: .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500600 -BROKEN= Port requires perl 5.6.x or later. Install lang/perl5 then try again +IGNORE= Port requires perl 5.6.x or later. Install lang/perl5 then try again .endif .include <bsd.port.post.mk> |