diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2010-05-19 18:59:13 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2010-05-19 18:59:13 +0000 |
commit | d7274c2b1d685b7cf0c6b339e31ca94d2fc9e58d (patch) | |
tree | 5b0a6851f98bd10a5d209c2f32f8d68c10685c67 /math/metis4/Makefile | |
parent | 4cf459974d361423c49b0026e57222572081d09d (diff) | |
download | ports-d7274c2b1d685b7cf0c6b339e31ca94d2fc9e58d.tar.gz ports-d7274c2b1d685b7cf0c6b339e31ca94d2fc9e58d.zip |
Notes
Diffstat (limited to 'math/metis4/Makefile')
-rw-r--r-- | math/metis4/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/math/metis4/Makefile b/math/metis4/Makefile index a0bf37dc7659..1c23bab9bb9b 100644 --- a/math/metis4/Makefile +++ b/math/metis4/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: |