diff options
author | naddy <naddy@FreeBSD.org> | 2003-04-26 08:30:43 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2003-04-26 08:30:43 +0800 |
commit | 841816eedc8ccdadc05c0f6bd06be275af17b513 (patch) | |
tree | a0c481967f7cc75b24b3ea5a6cfe6626c58b061f /math/gretl/Makefile | |
parent | 2db7fcabf7d97c0ae3e0e18c88312fdf86958a6a (diff) | |
download | freebsd-ports-gnome-841816eedc8ccdadc05c0f6bd06be275af17b513.tar.gz freebsd-ports-gnome-841816eedc8ccdadc05c0f6bd06be275af17b513.tar.zst freebsd-ports-gnome-841816eedc8ccdadc05c0f6bd06be275af17b513.zip |
Update to version 1.0.7.
PR: 51057
Submitted by: Ports Fury
Diffstat (limited to 'math/gretl/Makefile')
-rw-r--r-- | math/gretl/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/math/gretl/Makefile b/math/gretl/Makefile index e2097b255fb7..bda9fa6e65a2 100644 --- a/math/gretl/Makefile +++ b/math/gretl/Makefile @@ -7,8 +7,7 @@ # PORTNAME= gretl -PORTVERSION= 1.0.2 -PORTREVISION= 1 +PORTVERSION= 1.0.7 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,9 +16,11 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Gnu Regression, Econometrics and Time-series Library BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot -LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 -BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot +LIB_DEPENDS= lapack.3:${PORTSDIR}/math/lapack \ + gmp.6:${PORTSDIR}/math/libgmp4 +RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot +USE_BZIP2= yes USE_X_PREFIX= yes USE_GNOME= gtk20 libxml2 USE_GMAKE= yes |