diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-07-12 07:39:20 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-07-12 07:39:20 +0000 |
commit | 5876bf13c4ed96cfd60271b86ece62dbba63cd77 (patch) | |
tree | a37531220cebd87f09e65c17f3d80bb7c43ede4c /graphics/gplot | |
parent | 9e03dca3d7e2da3be28cf7f90266fd28458d51ab (diff) | |
download | ports-5876bf13c4ed96cfd60271b86ece62dbba63cd77.tar.gz ports-5876bf13c4ed96cfd60271b86ece62dbba63cd77.zip |
Notes
Diffstat (limited to 'graphics/gplot')
-rw-r--r-- | graphics/gplot/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/graphics/gplot/Makefile b/graphics/gplot/Makefile index f95d15d0849c..16afc40eed8f 100644 --- a/graphics/gplot/Makefile +++ b/graphics/gplot/Makefile @@ -20,11 +20,7 @@ NO_WRKSUBDIR= yes ALL_TARGET= drawcgm gtex gplot MAN1= gplot.1 DOCS= gplot.hlp gplot.txt gtex.doc -WANT_FORTRAN=yes #dummy but future use -BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 -FC= gfortran42 -F77= gfortran42 -MAKE_ENV+= FC="${FC}" F77="${F77}" +USE_FORTRAN= yes .include <bsd.port.pre.mk> |