diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2006-07-15 21:30:35 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2006-07-15 21:30:35 +0000 |
commit | 95b72cffd7d950fe1b3f2c364f0417a7ef160bde (patch) | |
tree | 9307c6bbfdefddda57e72a51f7d87571f8ad7ba3 /math/p5-Math-Pari | |
parent | c6b5511a973df4f9dca9e1c258aa69ea465afe1a (diff) | |
download | ports-95b72cffd7d950fe1b3f2c364f0417a7ef160bde.tar.gz ports-95b72cffd7d950fe1b3f2c364f0417a7ef160bde.zip |
Mark broken: fails to install, per ports/96755.
While here, set USE_GCC=3.2+ as per ports/98325.
Hat: portmgr
Submitted by: Peter Thoenen <peter dot thoenen at yahoo dot com> [96755],
rafan [98325].
Notes
Notes:
svn path=/head/; revision=167929
Diffstat (limited to 'math/p5-Math-Pari')
-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 49d8734f2947..765ff9565768 100644 --- a/math/p5-Math-Pari/Makefile +++ b/math/p5-Math-Pari/Makefile @@ -15,10 +15,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= mharo@FreeBSD.org COMMENT= PARI - numerical/scientific/number-theoretic calculations +BROKEN= fails to install + BUILD_DEPENDS= pari:${PORTSDIR}/math/pari:configure USE_GMAKE= yes -USE_GCC= 3.2 +USE_GCC= 3.2+ PERL_CONFIGURE= yes MAN3= Math::Pari.3 Math::libPARI.3 \ |