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 /net | |
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 'net')
-rw-r--r-- | net/arla/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/arla/Makefile b/net/arla/Makefile index 6f651c5089a..f70c98627c4 100644 --- a/net/arla/Makefile +++ b/net/arla/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.64 2008/11/10 17:21:37 wiz Exp $ +# $NetBSD: Makefile,v 1.65 2009/08/25 12:32:55 wiz Exp $ DISTNAME= arla-0.43 PKGREVISION= 2 @@ -9,8 +9,6 @@ MAINTAINER= wennmach@NetBSD.org HOMEPAGE= http://www.stacken.kth.se/project/arla/ COMMENT= Free AFS implementation from KTH -BROKEN_IN= pkgsrc-2006Q4 - CONFLICTS+= heimdal-[0-9]* CONFLICTS+= lwp-[0-9]* CONFLICTS+= openafs-[0-9]* |