mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
Add a missing USE_LDCONFIG.
This commit is contained in:
parent
4cf459974d
commit
d7274c2b1d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=254607
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user