pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/botan Perl is needed for the configure script.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5322963d0b63
branches:  trunk
changeset: 508071:5322963d0b63
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Feb 14 01:04:32 2006 +0000

description:
Perl is needed for the configure script.

diffstat:

 security/botan/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 5ca977a10772 -r 5322963d0b63 security/botan/Makefile
--- a/security/botan/Makefile   Tue Feb 14 01:01:17 2006 +0000
+++ b/security/botan/Makefile   Tue Feb 14 01:04:32 2006 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index