aboutsummaryrefslogtreecommitdiff
path: root/math/metis/Makefile
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2010-05-19 18:59:13 +0000
committerThierry Thomas <thierry@FreeBSD.org>2010-05-19 18:59:13 +0000
commitd7274c2b1d685b7cf0c6b339e31ca94d2fc9e58d (patch)
tree5b0a6851f98bd10a5d209c2f32f8d68c10685c67 /math/metis/Makefile
parent4cf459974d361423c49b0026e57222572081d09d (diff)
downloadports-d7274c2b1d685b7cf0c6b339e31ca94d2fc9e58d.tar.gz
ports-d7274c2b1d685b7cf0c6b339e31ca94d2fc9e58d.zip
Notes
Diffstat (limited to 'math/metis/Makefile')
-rw-r--r--math/metis/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/math/metis/Makefile b/math/metis/Makefile
index a0bf37dc7659..1c23bab9bb9b 100644
--- a/math/metis/Makefile
+++ b/math/metis/Makefile
@@ -7,7 +7,7 @@
PORTNAME= metis
PORTVERSION= 4.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= math
MASTER_SITES= http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/ \
http://www-users.cs.umn.edu/~karypis/metis/metis/files/
@@ -18,15 +18,16 @@ COMMENT= A package for unstructured graph partitioning
CONFLICTS= metis-edf-[0-9]*
ALL_TARGET=
+USE_LDCONFIG= yes
PROGRAMS= graphchk kmetis mesh2dual mesh2nodal \
oemetis onmetis partnmesh partdmesh pmetis
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
-PICFLAG?= -fPIC
+PICFLAG?= -fPIC
.else
-PICFLAG?= -fpic
+PICFLAG?= -fpic
.endif
post-patch: