diff options
author | kris <kris@FreeBSD.org> | 2006-02-28 15:26:17 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-02-28 15:26:17 +0800 |
commit | 4a973eee38f014aca367c8010267a5d80146710c (patch) | |
tree | 014bfa29698bf7ad660488fb68422fbf3eaec763 | |
parent | 5814e84386f3cd399bd7f8d6a1473bcd4db1a435 (diff) | |
download | freebsd-ports-gnome-4a973eee38f014aca367c8010267a5d80146710c.tar.gz freebsd-ports-gnome-4a973eee38f014aca367c8010267a5d80146710c.tar.zst freebsd-ports-gnome-4a973eee38f014aca367c8010267a5d80146710c.zip |
Set USE_GCC=3.2 to fix package build
Approved by: portmgr (implicit)
-rw-r--r-- | math/p5-Math-Pari/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/p5-Math-Pari/Makefile b/math/p5-Math-Pari/Makefile index a4bfc4f3f179..49d8734f2947 100644 --- a/math/p5-Math-Pari/Makefile +++ b/math/p5-Math-Pari/Makefile @@ -18,7 +18,7 @@ COMMENT= PARI - numerical/scientific/number-theoretic calculations 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 \ |