diff options
author | wiz <wiz@pkgsrc.org> | 2006-05-18 19:55:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-05-18 19:55:34 +0000 |
commit | 2e2edb00d5e73288aba9548d93663ff912827376 (patch) | |
tree | c4e0b8a7c6b790535326227e4c865e11f4c550a3 /security | |
parent | 20a3cbda8bb359b401f2f3d02ad278f03b8744f4 (diff) | |
download | pkgsrc-2e2edb00d5e73288aba9548d93663ff912827376.tar.gz |
Remove BROKEN_IN, this builds in current 3.0 bulk builds.
Diffstat (limited to 'security')
-rw-r--r-- | security/jessie/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/security/jessie/Makefile b/security/jessie/Makefile index fc17c24fd2f..9b44d0376ce 100644 --- a/security/jessie/Makefile +++ b/security/jessie/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/03/22 22:50:33 tv Exp $ +# $NetBSD: Makefile,v 1.11 2006/05/18 19:55:34 wiz Exp $ # DISTNAME= jessie-1.0.1 @@ -9,8 +9,6 @@ MAINTAINER= tv@NetBSD.org HOMEPAGE= http://www.nongnu.org/jessie/ COMMENT= GPL implementation of the Java Secure Sockets Extension -BROKEN_IN= pkgsrc-2005Q4 - DEPENDS+= gnu-crypto>=2.0:../../security/gnu-crypto USE_TOOLS+= gmake |