pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/botan configure script is perl, run it with p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aa8337173d8b
branches:  trunk
changeset: 530443:aa8337173d8b
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Jun 30 16:12:03 2007 +0000

description:
configure script is perl, run it with perl.

diffstat:

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

diffs (17 lines):

diff -r adca2f36b90b -r aa8337173d8b security/botan/Makefile
--- a/security/botan/Makefile   Sat Jun 30 16:09:07 2007 +0000
+++ b/security/botan/Makefile   Sat Jun 30 16:12:03 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2007/02/22 19:30:06 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2007/06/30 16:12:03 joerg Exp $
 
 DISTNAME=      Botan-1.4.11
 PKGNAME=       botan-1.4.11
@@ -18,6 +18,7 @@
 USE_LANGUAGES= c++
 REPLACE_PERL+= ./configure.pl
 HAS_CONFIGURE= yes
+CONFIG_SHELL=          perl
 CONFIGURE_SCRIPT=      ./configure.pl
 CONFIGURE_ARGS+=       --prefix=${PREFIX:Q}
 



Home | Main Index | Thread Index | Old Index