From 9d6c5ad043420921cdb069f3ee96bc0d5a56af98 Mon Sep 17 00:00:00 2001 From: joerg Date: Sat, 30 Jun 2007 16:12:03 +0000 Subject: configure script is perl, run it with perl. --- security/botan/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/security/botan/Makefile b/security/botan/Makefile index 0626ef599a7..4eb38b235a7 100644 --- a/security/botan/Makefile +++ b/security/botan/Makefile @@ -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_TOOLS+= perl USE_LANGUAGES= c++ REPLACE_PERL+= ./configure.pl HAS_CONFIGURE= yes +CONFIG_SHELL= perl CONFIGURE_SCRIPT= ./configure.pl CONFIGURE_ARGS+= --prefix=${PREFIX:Q} -- cgit v1.2.3