diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2007-07-13 10:33:00 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2007-07-13 10:33:00 +0000 |
commit | a0341362330b1378a652088d452c5947e272663b (patch) | |
tree | d7d2f77364eb57488b7d26072d418765a5f24302 /graphics/dataplot | |
parent | c2b0192924a567ca95f866b178ccdc642899d7d0 (diff) | |
download | ports-a0341362330b1378a652088d452c5947e272663b.tar.gz ports-a0341362330b1378a652088d452c5947e272663b.zip |
Notes
Diffstat (limited to 'graphics/dataplot')
-rw-r--r-- | graphics/dataplot/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/graphics/dataplot/Makefile b/graphics/dataplot/Makefile index 70f6c04299f8..1c7b335d0c45 100644 --- a/graphics/dataplot/Makefile +++ b/graphics/dataplot/Makefile @@ -25,13 +25,9 @@ LIB_DEPENDS= gd:${PORTSDIR}/graphics/gd \ png:${PORTSDIR}/graphics/png \ jpeg:${PORTSDIR}/graphics/jpeg -WANT_FORTRAN= yes #dummy but future use -BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 -FC= gfortran42 -F77= gfortran42 +USE_FORTRAN= yes FFLAGS+= -fno-range-check -MAKE_ENV+= FC="${FC}" F77="${F77}" FFLAGS="${FFLAGS}" - +MAKE_ENV+= FFLAGS="${FFLAGS}" USE_XLIB= yes NO_WRKSUBDIR= yes MAXOBV?= 20000 # Make bigger if you need more observations/variable |