diff options
-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 |