diff options
author | Alex Dupre <ale@FreeBSD.org> | 2006-05-10 14:46:47 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2006-05-10 14:46:47 +0000 |
commit | ffcb54b54fe12a4154c13c239dca119d32f6d6e9 (patch) | |
tree | d2d1996032dd21dd2dafd5d23094cf94cdd7d2d1 /math/gretl | |
parent | Update to 4.2.1 release. (diff) |
Chase gmp library and bump PORTREVISION.
Notes
Notes:
svn path=/head/; revision=161929
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 a0b76ca139cd..7d8285a699b4 100644 --- a/math/gretl/Makefile +++ b/math/gretl/Makefile @@ -8,6 +8,7 @@ PORTNAME= gretl PORTVERSION= 1.5.0 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,7 +18,7 @@ COMMENT= Gnu Regression, Econometrics and Time-series Library BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot LIB_DEPENDS= lapack.3:${PORTSDIR}/math/lapack \ - gmp.6:${PORTSDIR}/math/libgmp4 + gmp.7:${PORTSDIR}/math/libgmp4 RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot USE_BZIP2= yes |