summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-mathematics/dataplot/dataplot-20080225-r1.ebuild')
-rw-r--r--sci-mathematics/dataplot/dataplot-20080225-r1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/sci-mathematics/dataplot/dataplot-20080225-r1.ebuild b/sci-mathematics/dataplot/dataplot-20080225-r1.ebuild
index 00f1789bf..4f68faab0 100644
--- a/sci-mathematics/dataplot/dataplot-20080225-r1.ebuild
+++ b/sci-mathematics/dataplot/dataplot-20080225-r1.ebuild
@@ -40,8 +40,9 @@ pkg_setup() {
die
fi
fi
-
- need_fortran gfortran
+ ##FIXME: Just gfortran for now, I'll get to testing g77 later
+ NEED_FORTRAN="gfortran"
+ fortran_pkg_setup
}
src_unpack() {