summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-06-30 16:12:03 +0000
committerjoerg <joerg@pkgsrc.org>2007-06-30 16:12:03 +0000
commit9d6c5ad043420921cdb069f3ee96bc0d5a56af98 (patch)
tree40bd5fd4f4c527b2752dc999de9fcd5230ab22f2
parent7ac9657102da14256725f6ea9a12dfcec4edb900 (diff)
downloadpkgsrc-9d6c5ad043420921cdb069f3ee96bc0d5a56af98.tar.gz
configure script is perl, run it with perl.
-rw-r--r--security/botan/Makefile3
1 files changed, 2 insertions, 1 deletions
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}