diff options
author | kris <kris@FreeBSD.org> | 2004-08-18 02:29:20 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-08-18 02:29:20 +0000 |
commit | dec7aa4e3f9a9847181af16fa7cd3f0876edbcac (patch) | |
tree | 711d195eddeefe761322c8ae975048c0ba382403 /mail | |
parent | c033b1f182afe13b06b88482bd6db330af417f91 (diff) | |
download | FreeBSD-ports-dec7aa4e3f9a9847181af16fa7cd3f0876edbcac.zip FreeBSD-ports-dec7aa4e3f9a9847181af16fa7cd3f0876edbcac.tar.gz |
s/BROKEN/IGNORE/ since the package builds but is presumably unusable with old perl
Diffstat (limited to 'mail')
-rw-r--r-- | mail/maildirsync/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/maildirsync/Makefile b/mail/maildirsync/Makefile index 5e8d3e4..a2faf82 100644 --- a/mail/maildirsync/Makefile +++ b/mail/maildirsync/Makefile @@ -21,7 +21,7 @@ PLIST_FILES= bin/maildirsync .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500600 -BROKEN= This port requires Perl 5.6.0 or higher. +IGNORE= requires Perl 5.6.0 or higher .endif do-build: |