diff options
author | maho <maho@FreeBSD.org> | 2007-01-22 15:21:07 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2007-01-22 15:21:07 +0800 |
commit | 5bf7d5276e212168d8b9f52fb920f9e7891f3371 (patch) | |
tree | 927559644141d866d744629ee1620dda730f49ac /math/metis4 | |
parent | ee9be1b90e95b10cf67a9509079c78344f7f93a8 (diff) | |
download | freebsd-ports-gnome-5bf7d5276e212168d8b9f52fb920f9e7891f3371.tar.gz freebsd-ports-gnome-5bf7d5276e212168d8b9f52fb920f9e7891f3371.tar.zst freebsd-ports-gnome-5bf7d5276e212168d8b9f52fb920f9e7891f3371.zip |
Actually this port doesn't use Fortran.
Diffstat (limited to 'math/metis4')
-rw-r--r-- | math/metis4/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/math/metis4/Makefile b/math/metis4/Makefile index 4047a98ae3e1..a0bf37dc7659 100644 --- a/math/metis4/Makefile +++ b/math/metis4/Makefile @@ -29,11 +29,6 @@ PICFLAG?= -fPIC PICFLAG?= -fpic .endif -WANT_FORTRAN= yes #dummy but future use -BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 -FC= gfortran42 -F77= gfortran42 - post-patch: ${MKDIR} ${WRKSRC}_SHARED ; ${CP} -r ${WRKSRC}/* ${WRKSRC}_SHARED |