diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-01-18 16:52:31 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-01-18 16:52:31 +0000 |
commit | 8f54ba0123bbf9cbfb24e98dfdbf2d2ea899fd95 (patch) | |
tree | 5abcda3ef5626b5f7e19d6c6d1cdc880ec965269 /math/gretl | |
parent | 584eeea2d7b2c195eb6337767e416530f0341d91 (diff) |
Notes
Diffstat (limited to 'math/gretl')
-rw-r--r-- | math/gretl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/gretl/Makefile b/math/gretl/Makefile index 1277e0152655..5be1a0233d24 100644 --- a/math/gretl/Makefile +++ b/math/gretl/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Gnu Regression, Econometrics and Time-series Library BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot -LIB_DEPENDS= lapack.3:${PORTSDIR}/math/lapack \ +LIB_DEPENDS= lapack.4:${PORTSDIR}/math/lapack \ gmp.7:${PORTSDIR}/math/libgmp4 RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot |