aboutsummaryrefslogtreecommitdiffstats
path: root/math/metis4
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2007-01-12 13:56:44 +0800
committermaho <maho@FreeBSD.org>2007-01-12 13:56:44 +0800
commit58395d771dd810fc8d6fc185c7c2849fa09e47c2 (patch)
tree98e8e0d99f0d4f47ada024cad6f73c4d6b83a852 /math/metis4
parentcb311717a8685c3e2ecbc56300af3f2600e8275f (diff)
downloadfreebsd-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/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