diff options
author | heinz <heinz@pkgsrc.org> | 2006-02-14 23:03:25 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2006-02-14 23:03:25 +0000 |
commit | 778bb7480ba8bff47173f1460c17758c9e4aee9d (patch) | |
tree | 9ccbdca1e3e32a6404ad93cb6ca2a2b84a1c2bd1 /math | |
parent | 18993072ec8398f40d1dd1836d8c459ab0b4cea9 (diff) | |
download | pkgsrc-778bb7480ba8bff47173f1460c17758c9e4aee9d.tar.gz |
Removed unnecessary comment. TEST_TARGET=test is the default for Perl
modules.
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-Pari/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/p5-Math-Pari/Makefile b/math/p5-Math-Pari/Makefile index d9c4b446ebf..a075147b9d9 100644 --- a/math/p5-Math-Pari/Makefile +++ b/math/p5-Math-Pari/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2006/02/14 22:52:15 heinz Exp $ +# $NetBSD: Makefile,v 1.24 2006/02/14 23:03:25 heinz Exp $ # DISTNAME= Math-Pari-2.010703 @@ -17,7 +17,6 @@ COMMENT= Perl5 interface to the pari math library GCC_REQD+= 2.95 MAKE_ENV+= MP_NOGNUPLOT=1 PERL5_PACKLIST= auto/Math/Pari/.packlist -#TEST_TARGET= # the tests need looking at # XXX: could be improved... PKGSRCDIR.pari= ${.CURDIR}/../../math/pari |