diff options
author | maho <maho@FreeBSD.org> | 2007-01-12 13:56:44 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2007-01-12 13:56:44 +0800 |
commit | 58395d771dd810fc8d6fc185c7c2849fa09e47c2 (patch) | |
tree | 98e8e0d99f0d4f47ada024cad6f73c4d6b83a852 /math/metis4 | |
parent | cb311717a8685c3e2ecbc56300af3f2600e8275f (diff) | |
download | freebsd-ports-gnome-58395d771dd810fc8d6fc185c7c2849fa09e47c2.tar.gz freebsd-ports-gnome-58395d771dd810fc8d6fc185c7c2849fa09e47c2.tar.zst freebsd-ports-gnome-58395d771dd810fc8d6fc185c7c2849fa09e47c2.zip |
* Use gfortran42 only and not gcc42.
* Bump portrevision.
Diffstat (limited to 'math/metis4')
-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 |