diff options
author | wiz <wiz@pkgsrc.org> | 2009-08-25 12:32:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-08-25 12:32:54 +0000 |
commit | aa35d2e30c57d40e87e0585f933ce6dd64b2eeea (patch) | |
tree | bd6aa3e87350724286fe4e76d0e592993c64dd2b /lang/jdk-openjit | |
parent | 89fa806cbf9b11fd40f03177b6cb309263201200 (diff) | |
download | pkgsrc-aa35d2e30c57d40e87e0585f933ce6dd64b2eeea.tar.gz |
Remove BROKEN_IN variable. It was no maintained, and there was no
defined workflow for setting it, removing it, or removing packages
depending on it.
Diffstat (limited to 'lang/jdk-openjit')
-rw-r--r-- | lang/jdk-openjit/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/jdk-openjit/Makefile b/lang/jdk-openjit/Makefile index 2350489c34c..3a0978c5386 100644 --- a/lang/jdk-openjit/Makefile +++ b/lang/jdk-openjit/Makefile @@ -1,10 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2007/01/31 00:04:11 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2009/08/25 12:32:55 wiz Exp $ PKGNAME= jdk-openjit-${OPENJIT_VERSION} PKGREVISION= 1 -BROKEN_IN= pkgsrc-2005Q4 pkgsrc-2006Q1 pkgsrc-2006Q4 - PKG_JVMS_ACCEPTED= jdk CLASSDIR= classes JRELIB= lib/${MACHINE_ARCH}/green_threads |