diff options
author | schmonz <schmonz> | 2005-12-26 23:39:30 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2005-12-26 23:39:30 +0000 |
commit | 20145e1cdaa168f738c8e3c415815a09f39b6547 (patch) | |
tree | cd3d1e6bc95e9ddf5e5aecaa8889985ca3bd3620 /www/kazehakase | |
parent | b34189b7026df510dbb3b6971368170eb6f4d459 (diff) | |
download | pkgsrc-20145e1cdaa168f738c8e3c415815a09f39b6547.tar.gz |
Mark packages for pkgsrc-2005Q4 that don't build on NetBSD/i386
3.0. If one of these is important to you, please fix it in time
for pkgsrc-2006Q1, or it may be removed.
Diffstat (limited to 'www/kazehakase')
-rw-r--r-- | www/kazehakase/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/kazehakase/Makefile b/www/kazehakase/Makefile index eaa95497de4..cd131d694bd 100644 --- a/www/kazehakase/Makefile +++ b/www/kazehakase/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/12/05 23:55:22 rillig Exp $ +# $NetBSD: Makefile,v 1.5 2005/12/26 23:39:34 schmonz Exp $ # DISTNAME= kazehakase-0.3.0 @@ -10,6 +10,9 @@ MAINTAINER= lems@gmx.net HOMEPAGE= http://kazehakase.sourceforge.jp/ COMMENT= Web browser with multiple layout engines support +PKG_FAIL_REASON+= "Broken on NetBSD/i386 3.0 in pkgsrc-2005Q4" +PKG_FAIL_REASON+= "Will be removed in pkgsrc-2006Q1 unless fixed" + BUILD_USES_MSGFMT= yes GNU_CONFIGURE= yes |