diff options
author | wiz <wiz@pkgsrc.org> | 2022-12-07 15:12:40 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-12-07 15:12:40 +0000 |
commit | ff96257855f49b6ccd2380302ac4cd5462351979 (patch) | |
tree | 6e6f4608b3fc6805d4cbfa22163754da1bb1d242 /mail | |
parent | 0624542659dea62043a05c29e106aefdebbaa11c (diff) | |
download | pkgsrc-ff96257855f49b6ccd2380302ac4cd5462351979.tar.gz |
prayer: mark as BROKEN
Does not support tidy 5.8.0, the current pkgsrc version;
dead upstream so if someone is interested, please fix this.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/prayer/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/prayer/Makefile b/mail/prayer/Makefile index 3236d15f191..67387824f56 100644 --- a/mail/prayer/Makefile +++ b/mail/prayer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.70 2022/06/28 11:34:33 wiz Exp $ +# $NetBSD: Makefile,v 1.71 2022/12/07 15:12:40 wiz Exp $ DISTNAME= prayer-1.3.5 PKGREVISION= 8 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Small, fast, web mail interface LICENSE= gnu-gpl-v2 +BROKEN= "Does not support tidy 5.8." + BDB_ACCEPTED= db4 db5 USE_TOOLS+= gmake perl REPLACE_PERL+= templates/src/build_index.pl |