pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/fftw



Module Name:    pkgsrc
Committed By:   thor
Date:           Fri Apr 30 09:01:48 UTC 2021

Modified Files:
        pkgsrc/math/fftw: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/math/fftw/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/fftw/Makefile
diff -u pkgsrc/math/fftw/Makefile:1.62 pkgsrc/math/fftw/Makefile:1.63
--- pkgsrc/math/fftw/Makefile:1.62      Thu Apr 29 23:30:15 2021
+++ pkgsrc/math/fftw/Makefile   Fri Apr 30 09:01:48 2021
@@ -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 @@ CONFLICTS+=   fftwf-[0-9]*
 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