From 3a1de33aee94b177f29bf260d0be0bfd152e6bf9 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Fri, 26 Jan 2007 10:20:23 +0000 Subject: - Fix after gfortran migration: gfortran dependency is needed in extract phase also PR: ports/108365 Submitted by: Beech Rintoul (maintainer) --- graphics/dataplot/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'graphics/dataplot') 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 -- cgit v1.2.3