diff options
author | thierry <thierry@FreeBSD.org> | 2010-05-20 02:59:13 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2010-05-20 02:59:13 +0800 |
commit | 2ea443d547b5cf593bed9ae7bfe4c7e67b16f673 (patch) | |
tree | eb290d68fe7fdd1fd953c0e66358d976fac8e8a2 /math/metis4 | |
parent | dde6136a2510235ad1efad4ba6da2f05f674a9c5 (diff) | |
download | freebsd-ports-gnome-2ea443d547b5cf593bed9ae7bfe4c7e67b16f673.tar.gz freebsd-ports-gnome-2ea443d547b5cf593bed9ae7bfe4c7e67b16f673.tar.zst freebsd-ports-gnome-2ea443d547b5cf593bed9ae7bfe4c7e67b16f673.zip |
Add a missing USE_LDCONFIG.
Diffstat (limited to 'math/metis4')
-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: |