summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiz <wiz>2009-08-25 12:32:54 +0000
committerwiz <wiz>2009-08-25 12:32:54 +0000
commit81b17a2dbac21f6fc4e554be1307cc8680e47b4f (patch)
treebd6aa3e87350724286fe4e76d0e592993c64dd2b /security
parent50b7109a28b1b38bd9911a6ff32e5642ba4a4a41 (diff)
downloadpkgsrc-81b17a2dbac21f6fc4e554be1307cc8680e47b4f.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/Makefile4
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++