diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-01-26 10:20:23 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-01-26 10:20:23 +0000 |
commit | 3a1de33aee94b177f29bf260d0be0bfd152e6bf9 (patch) | |
tree | f46565825ad9f0a3c1309471018b775511a4ce18 /graphics/dataplot | |
parent | a62c886fca15a47d021b7c84919be2ea53170452 (diff) | |
download | ports-3a1de33aee94b177f29bf260d0be0bfd152e6bf9.tar.gz ports-3a1de33aee94b177f29bf260d0be0bfd152e6bf9.zip |
Notes
Diffstat (limited to 'graphics/dataplot')
-rw-r--r-- | graphics/dataplot/Makefile | 1 |
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 |