summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/botan/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/botan/Makefile b/security/botan/Makefile
index fdda8d384f3..406d5624e68 100644
--- a/security/botan/Makefile
+++ b/security/botan/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/02/05 01:25:12 rillig Exp $
+# $NetBSD: Makefile,v 1.2 2006/02/14 01:04:32 rillig Exp $
DISTNAME= Botan-1.4.11
PKGNAME= botan-1.4.11
@@ -10,6 +10,8 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://botan.randombit.net/
COMMENT= Portable, easy to use, and efficient C++ crypto library
+USE_TOOLS+= perl
+
USE_LANGUAGES+= c++
REPLACE_PERL+= ./configure.pl
HAS_CONFIGURE= yes