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 | 4d4a3371b749d1c3c00ba0fbfe3ff75cbc7e6492 (patch) | |
tree | 9ccbdca1e3e32a6404ad93cb6ca2a2b84a1c2bd1 /math | |
parent | 23628caa4903377dafbd33abb6963865a02310eb (diff) | |
download | pkgsrc-4d4a3371b749d1c3c00ba0fbfe3ff75cbc7e6492.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 |