pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/fftw math/fftw: add perl as tool to make tests work



details:   https://anonhg.NetBSD.org/pkgsrc/rev/728d7064bee2
branches:  trunk
changeset: 451701:728d7064bee2
user:      thor <thor%pkgsrc.org@localhost>
date:      Fri Apr 30 09:01:48 2021 +0000

description:
math/fftw: add perl as tool to make tests work

diffstat:

 math/fftw/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r de819ced392a -r 728d7064bee2 math/fftw/Makefile
--- a/math/fftw/Makefile        Fri Apr 30 08:27:57 2021 +0000
+++ b/math/fftw/Makefile        Fri Apr 30 09:01:48 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2021/04/29 23:30:15 thor Exp $
+# $NetBSD: Makefile,v 1.63 2021/04/30 09:01:48 thor Exp $
 
 PKGREVISION=   4
 
@@ -19,6 +19,7 @@
 USE_LANGUAGES=         c
 USE_LIBTOOL=           yes
 USE_TOOLS+=            gmake
+USE_TOOLS+=            perl
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --enable-shared
 TEST_TARGET=           check



Home | Main Index | Thread Index | Old Index