diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-01-12 05:56:44 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-01-12 05:56:44 +0000 |
commit | 847d5bad96c984967e7de0b7ac61c246ce34b084 (patch) | |
tree | 219b2d9ad5918cc1f8ca3ebb1fd3b8997e35a504 /math/metis4/Makefile | |
parent | b6492ffad841fb2d99286eab661207e2075428e7 (diff) | |
download | ports-847d5bad96c984967e7de0b7ac61c246ce34b084.tar.gz ports-847d5bad96c984967e7de0b7ac61c246ce34b084.zip |
Notes
Diffstat (limited to 'math/metis4/Makefile')
-rw-r--r-- | math/metis4/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/math/metis4/Makefile b/math/metis4/Makefile index c8ef53633f02..4047a98ae3e1 100644 --- a/math/metis4/Makefile +++ b/math/metis4/Makefile @@ -7,7 +7,7 @@ PORTNAME= metis PORTVERSION= 4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/ \ http://www-users.cs.umn.edu/~karypis/metis/metis/files/ @@ -29,6 +29,11 @@ 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 |