diff options
author | schmonz <schmonz> | 2006-01-04 04:29:05 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2006-01-04 04:29:05 +0000 |
commit | 8b4c065477bcbd66f42b2b8dab097991e206860e (patch) | |
tree | bbfc6aa9b9379d3570a7e6222e22536e88f94cb5 /www/opera-acroread7/Makefile | |
parent | 8543efea40596ece0911a0380fb167faf0966b7f (diff) | |
download | pkgsrc-8b4c065477bcbd66f42b2b8dab097991e206860e.tar.gz |
Express these packages' brokenness with BROKEN_IN=pkgsrc-2005Q4
rather than PKG_FAIL_REASON, so that they provide useful error
messages in build logs, and so that they continue to work on platforms
where they aren't broken.
Diffstat (limited to 'www/opera-acroread7/Makefile')
-rw-r--r-- | www/opera-acroread7/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/opera-acroread7/Makefile b/www/opera-acroread7/Makefile index a3c7298d4f0..78ab70cfed0 100644 --- a/www/opera-acroread7/Makefile +++ b/www/opera-acroread7/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.3 2005/12/26 23:39:35 schmonz Exp $ +# $NetBSD: Makefile,v 1.4 2006/01/04 04:29:09 schmonz Exp $ DISTNAME= opera-acroread7-1.0 MAINTAINER= jschauma@NetBSD.org COMMENT= Acrobat Reader 7 plugin for opera -PKG_FAIL_REASON+= "Broken on NetBSD/i386 3.0 in pkgsrc-2005Q4" -PKG_FAIL_REASON+= "Will be removed in pkgsrc-2006Q1 unless fixed" +BROKEN_IN= pkgsrc-2005Q4 DEPENDS+= acroread7-7.[0-9]*:../../print/acroread7 CONFLICTS+= opera-acroread-[0-9]* |