diff options
author | ale <ale@FreeBSD.org> | 2007-08-30 17:56:05 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2007-08-30 17:56:05 +0800 |
commit | 72d7a25d3601ccb28ac0d0fd2a0d61672f43810f (patch) | |
tree | 9b6dd27f3cd72b33545f0c55292142a478485777 /math/gretl | |
parent | b2d55e0d9555e52809d14bda088d2836f86ada78 (diff) | |
download | freebsd-ports-gnome-72d7a25d3601ccb28ac0d0fd2a0d61672f43810f.tar.gz freebsd-ports-gnome-72d7a25d3601ccb28ac0d0fd2a0d61672f43810f.tar.zst freebsd-ports-gnome-72d7a25d3601ccb28ac0d0fd2a0d61672f43810f.zip |
Chase mpfr library and bump PORTREVISION.
Diffstat (limited to 'math/gretl')
-rw-r--r-- | math/gretl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/gretl/Makefile b/math/gretl/Makefile index 020c8a81e8d7..af7768b2164e 100644 --- a/math/gretl/Makefile +++ b/math/gretl/Makefile @@ -8,6 +8,7 @@ PORTNAME= gretl PORTVERSION= 1.6.5 +PORTREVISION= 1 CATEGORIES= math finance MASTER_SITES= SF @@ -16,7 +17,7 @@ COMMENT= Gnu Regression, Econometrics and Time-series Library BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot LIB_DEPENDS= fftw3.4:${PORTSDIR}/math/fftw3 \ - mpfr.1:${PORTSDIR}/math/mpfr + mpfr.2:${PORTSDIR}/math/mpfr RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot USE_BZIP2= yes |