diff options
author | maho <maho@FreeBSD.org> | 2007-07-09 16:40:53 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2007-07-09 16:40:53 +0800 |
commit | fac53d71dbcbc8f7b7d41056bdbc71de72334f68 (patch) | |
tree | baebf8537ca86c0d3248c4a8de859f37a7784232 /graphics | |
parent | 8de7791ac5d2522c688f092937b52de8255a3db7 (diff) | |
download | freebsd-ports-gnome-fac53d71dbcbc8f7b7d41056bdbc71de72334f68.tar.gz freebsd-ports-gnome-fac53d71dbcbc8f7b7d41056bdbc71de72334f68.tar.zst freebsd-ports-gnome-fac53d71dbcbc8f7b7d41056bdbc71de72334f68.zip |
Correct the usage of gfortran.
Submitted by: pav
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ruby-pgplot/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/graphics/ruby-pgplot/Makefile b/graphics/ruby-pgplot/Makefile index d3f4fe5c9e9c..723cc6a61018 100644 --- a/graphics/ruby-pgplot/Makefile +++ b/graphics/ruby-pgplot/Makefile @@ -18,12 +18,14 @@ DIST_SUBDIR= ruby MAINTAINER= ports@FreeBSD.org COMMENT= A Ruby interface to PGPLOT graphics library -LIB_DEPENDS= pgplot.5:${PORTSDIR}/graphics/pgplot \ - gfortran:${PORTSDIR}/lang/gcc42 +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 -USE_GCC= 4.2+ +WANT_FORTRAN= yes #dummy but future use +BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 +FC= gfortran42 +F77= gfortran42 USE_RUBY= yes USE_RUBY_EXTCONF= yes |