diff options
author | abs <abs@pkgsrc.org> | 2007-11-22 09:25:45 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2007-11-22 09:25:45 +0000 |
commit | 9069780127895b1b5de7c8d8541494245f53319a (patch) | |
tree | ba644501702e1622ebcf28594bdbc7e6388b1179 /math | |
parent | df17fdcdd6749f06f8d474c9714642e2c500524d (diff) | |
download | pkgsrc-9069780127895b1b5de7c8d8541494245f53319a.tar.gz |
Add USE_TOOLS+=perl to fix build
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-Pari/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/p5-Math-Pari/Makefile b/math/p5-Math-Pari/Makefile index f05c2806768..23552bfa79a 100644 --- a/math/p5-Math-Pari/Makefile +++ b/math/p5-Math-Pari/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2007/06/20 15:52:35 joerg Exp $ +# $NetBSD: Makefile,v 1.28 2007/11/22 09:25:45 abs Exp $ # DISTNAME= Math-Pari-2.010703 @@ -16,6 +16,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Math-Pari/ COMMENT= Perl5 interface to the pari math library +USE_TOOLS+= perl + # XXX: to use or not to use... #DEPENDS+= gnuplot-[0-9]*:../../graphics/gnuplot |