From e2d1250c4ca2c183d5076fc622d3873ad1c68343 Mon Sep 17 00:00:00 2001 From: espie Date: Thu, 11 Nov 2010 12:43:03 +0000 Subject: [PATCH] show everything as WANTLIB for now, this needs more love obviously --- infrastructure/lib/OpenBSD/Issue.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/lib/OpenBSD/Issue.pm b/infrastructure/lib/OpenBSD/Issue.pm index d4370a72ef8..3bd9d83d9da 100644 --- a/infrastructure/lib/OpenBSD/Issue.pm +++ b/infrastructure/lib/OpenBSD/Issue.pm @@ -1,4 +1,4 @@ -# $OpenBSD: Issue.pm,v 1.1 2010/08/20 15:29:41 espie Exp $ +# $OpenBSD: Issue.pm,v 1.2 2010/11/11 12:43:03 espie Exp $ # Copyright (c) 2004-2010 Marc Espie # # Permission to use, copy, modify, and distribute this software for any @@ -76,7 +76,7 @@ our @ISA = qw(OpenBSD::Issue); sub message { my $self = shift; - return "LIB_DEPENDS: ". $self->stringize; + return "WANTLIB: ". $self->stringize; } package OpenBSD::Issue::IndirectDependency;