summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorrillig <rillig>2006-02-14 01:04:32 +0000
committerrillig <rillig>2006-02-14 01:04:32 +0000
commitc03ec0a5cb0f14bf82cf8fcaa3772eab7fe72c62 (patch)
tree670cba48f34f019028fbd249192092849dc50430 /security
parent8ebcb66a0db8e49786fdb3c00ce081cf129a1307 (diff)
downloadpkgsrc-c03ec0a5cb0f14bf82cf8fcaa3772eab7fe72c62.tar.gz
Perl is needed for the configure script.
Diffstat (limited to 'security')
-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