aboutsummaryrefslogtreecommitdiff
path: root/graphics/dataplot
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2007-07-13 10:33:00 +0000
committerBeech Rintoul <beech@FreeBSD.org>2007-07-13 10:33:00 +0000
commita0341362330b1378a652088d452c5947e272663b (patch)
treed7d2f77364eb57488b7d26072d418765a5f24302 /graphics/dataplot
parentc2b0192924a567ca95f866b178ccdc642899d7d0 (diff)
downloadports-a0341362330b1378a652088d452c5947e272663b.tar.gz
ports-a0341362330b1378a652088d452c5947e272663b.zip
- Add USE_FORTRAN knob
Approved by: sat (mentor)
Notes
Notes: svn path=/head/; revision=195519
Diffstat (limited to 'graphics/dataplot')
-rw-r--r--graphics/dataplot/Makefile8
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