aboutsummaryrefslogtreecommitdiff
path: root/graphics/dataplot/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-01-26 10:20:23 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-01-26 10:20:23 +0000
commit3a1de33aee94b177f29bf260d0be0bfd152e6bf9 (patch)
treef46565825ad9f0a3c1309471018b775511a4ce18 /graphics/dataplot/Makefile
parenta62c886fca15a47d021b7c84919be2ea53170452 (diff)
downloadports-3a1de33aee94b177f29bf260d0be0bfd152e6bf9.tar.gz
ports-3a1de33aee94b177f29bf260d0be0bfd152e6bf9.zip
- Fix after gfortran migration: gfortran dependency is needed in extract phase
also PR: ports/108365 Submitted by: Beech Rintoul <beech@alaskaparadise.com> (maintainer)
Notes
Notes: svn path=/head/; revision=183322
Diffstat (limited to 'graphics/dataplot/Makefile')
-rw-r--r--graphics/dataplot/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/dataplot/Makefile b/graphics/dataplot/Makefile
index c12db5cf3dc3..1d3043fd6ea1 100644
--- a/graphics/dataplot/Makefile
+++ b/graphics/dataplot/Makefile
@@ -26,6 +26,7 @@ LIB_DEPENDS= gd:${PORTSDIR}/graphics/gd \
jpeg:${PORTSDIR}/graphics/jpeg
WANT_FORTRAN= yes #dummy but future use
+EXTRACT_DEPENDS=gfortran42:${PORTSDIR}/lang/gcc42
BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
FC= gfortran42
F77= gfortran42