diff options
Diffstat (limited to 'security/jessie/Makefile')
-rw-r--r-- | security/jessie/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/jessie/Makefile b/security/jessie/Makefile index 16a0fd922e1..e795e67d43c 100644 --- a/security/jessie/Makefile +++ b/security/jessie/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/12/05 23:55:17 rillig Exp $ +# $NetBSD: Makefile,v 1.6 2005/12/26 23:39:33 schmonz Exp $ # DISTNAME= jessie-0.9.7 @@ -9,6 +9,9 @@ MAINTAINER= tv@duh.org HOMEPAGE= http://www.nongnu.org/jessie/ COMMENT= GPL implementation of the Java Secure Sockets Extension +PKG_FAIL_REASON+= "Broken on NetBSD/i386 3.0 in pkgsrc-2005Q4" +PKG_FAIL_REASON+= "Will be removed in pkgsrc-2006Q1 unless fixed" + DEPENDS+= gnu-crypto>=2.0:../../security/gnu-crypto USE_TOOLS+= gmake |