Skip to content

Commit

Permalink
When PKGSRC_RUN_TEST is set to "yes", Perl is needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
rillig committed Jul 21, 2006
1 parent 4ceaabd commit 5156c34
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion math/fftw/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.26 2006/07/21 05:30:22 rillig Exp $
# $NetBSD: Makefile,v 1.27 2006/07/21 07:07:17 rillig Exp $

DISTNAME= fftw-3.1.2
CATEGORIES= math
Expand All @@ -22,4 +22,10 @@ INFO_FILES= yes

TEST_TARGET= check

.include "../../mk/bsd.prefs.mk"

.if defined(PKGSRC_RUN_TEST) && !empty(PKGSRC_RUN_TEST:M[Yy][Ee][Ss])
USE_TOOLS+= perl
.endif

.include "../../mk/bsd.pkg.mk"

0 comments on commit 5156c34

Please sign in to comment.