aboutsummaryrefslogtreecommitdiff
path: root/math/metis4
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2007-01-12 05:56:44 +0000
committerMaho Nakata <maho@FreeBSD.org>2007-01-12 05:56:44 +0000
commit847d5bad96c984967e7de0b7ac61c246ce34b084 (patch)
tree219b2d9ad5918cc1f8ca3ebb1fd3b8997e35a504 /math/metis4
parentb6492ffad841fb2d99286eab661207e2075428e7 (diff)
downloadports-847d5bad96c984967e7de0b7ac61c246ce34b084.tar.gz
ports-847d5bad96c984967e7de0b7ac61c246ce34b084.zip
Notes
Diffstat (limited to 'math/metis4')
-rw-r--r--math/metis4/Makefile7
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