diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-02-03 08:58:53 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-02-03 08:58:53 +0000 |
commit | e125100b6d3a22aca22811d0fd711d3b81c24b74 (patch) | |
tree | 95cd15d740fdbe9b4131537c84febdd48b41f05c /math/p5-Math-Pari | |
parent | 7a3d0918562eb230e9d23951288e21ef33d65d43 (diff) | |
download | ports-e125100b6d3a22aca22811d0fd711d3b81c24b74.tar.gz ports-e125100b6d3a22aca22811d0fd711d3b81c24b74.zip |
Add missing USE_GMAKE and USE_GCC=3.2+ to satisfy :configure dependency
Notes
Notes:
svn path=/head/; revision=155120
Diffstat (limited to 'math/p5-Math-Pari')
-rw-r--r-- | math/p5-Math-Pari/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/p5-Math-Pari/Makefile b/math/p5-Math-Pari/Makefile index 8ac89716ebb3..a4bfc4f3f179 100644 --- a/math/p5-Math-Pari/Makefile +++ b/math/p5-Math-Pari/Makefile @@ -17,6 +17,8 @@ COMMENT= PARI - numerical/scientific/number-theoretic calculations BUILD_DEPENDS= pari:${PORTSDIR}/math/pari:configure +USE_GMAKE= yes +USE_GCC= 3.2+ PERL_CONFIGURE= yes MAN3= Math::Pari.3 Math::libPARI.3 \ |