diff options
author | pav <pav@FreeBSD.org> | 2007-01-26 18:20:23 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-01-26 18:20:23 +0800 |
commit | ce163eaa1a49c00e4091ffcc99dc1425ff443b78 (patch) | |
tree | 97a109324e431ba9efa6ee69ee8cc0bc1f7a0f5b /graphics/dataplot/Makefile | |
parent | 1e94b05001a0468de7cd5fd63a690631e4503e50 (diff) | |
download | freebsd-ports-gnome-ce163eaa1a49c00e4091ffcc99dc1425ff443b78.tar.gz freebsd-ports-gnome-ce163eaa1a49c00e4091ffcc99dc1425ff443b78.tar.zst freebsd-ports-gnome-ce163eaa1a49c00e4091ffcc99dc1425ff443b78.zip |
- Fix after gfortran migration: gfortran dependency is needed in extract phase
also
PR: ports/108365
Submitted by: Beech Rintoul <beech@alaskaparadise.com> (maintainer)
Diffstat (limited to 'graphics/dataplot/Makefile')
-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 |