summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2007-07-12 07:39:20 +0000
committerMaho Nakata <maho@FreeBSD.org>2007-07-12 07:39:20 +0000
commit5876bf13c4ed96cfd60271b86ece62dbba63cd77 (patch)
treea37531220cebd87f09e65c17f3d80bb7c43ede4c /graphics
parentNow we use USE_FORTRAN=yes to use FORTRAN. (diff)
Now we use USE_FORTRAN=yes to use FORTRAN compiler.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gplot/Makefile6
-rw-r--r--graphics/ruby-pgplot/Makefile5
2 files changed, 2 insertions, 9 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>
diff --git a/graphics/ruby-pgplot/Makefile b/graphics/ruby-pgplot/Makefile
index 723cc6a61018..adc09502b3fe 100644
--- a/graphics/ruby-pgplot/Makefile
+++ b/graphics/ruby-pgplot/Makefile
@@ -22,10 +22,7 @@ LIB_DEPENDS= pgplot.5:${PORTSDIR}/graphics/pgplot
BUILD_DEPENDS= ${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray
RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray
-WANT_FORTRAN= yes #dummy but future use
-BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
-FC= gfortran42
-F77= gfortran42
+USE_FORTRAN= yes
USE_RUBY= yes
USE_RUBY_EXTCONF= yes