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 /security | |
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 'security')
-rw-r--r-- | security/botan/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/security/botan/Makefile b/security/botan/Makefile index 4ae841110a1..1932d00671d 100644 --- a/security/botan/Makefile +++ b/security/botan/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2008/01/05 05:06:52 obache Exp $ +# $NetBSD: Makefile,v 1.13 2009/08/25 12:32:56 wiz Exp $ DISTNAME= Botan-1.4.11 PKGNAME= botan-1.4.11 @@ -11,8 +11,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://botan.randombit.net/ COMMENT= Portable, easy to use, and efficient C++ crypto library -BROKEN_IN= pkgsrc-2006Q4 - USE_TOOLS+= perl USE_LANGUAGES= c++ |