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 /chat/psi | |
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 'chat/psi')
-rw-r--r-- | chat/psi/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/chat/psi/Makefile b/chat/psi/Makefile index f61fcf1aa97..a2b2d40d2fb 100644 --- a/chat/psi/Makefile +++ b/chat/psi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2005/12/05 20:49:54 rillig Exp $ +# $NetBSD: Makefile,v 1.29 2005/12/26 23:39:30 schmonz Exp $ PSI_VERSION= 0.9.3 DISTNAME= psi-${PSI_VERSION} @@ -18,6 +18,9 @@ MAINTAINER= jdolecek@NetBSD.org HOMEPAGE= http://psi.affinix.com/ COMMENT= PSI Jabber Client +PKG_FAIL_REASON+= "Broken on NetBSD/i386 3.0 in pkgsrc-2005Q4" +PKG_FAIL_REASON+= "Will be removed in pkgsrc-2006Q1 unless fixed" + DEPENDS+= qca-tls>=1.0:../../security/qca-tls USE_TOOLS+= gmake |