diff options
Diffstat (limited to 'math/metis-edf/Makefile')
-rw-r--r-- | math/metis-edf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/metis-edf/Makefile b/math/metis-edf/Makefile index e5d22504f2db..64d1e85e9122 100644 --- a/math/metis-edf/Makefile +++ b/math/metis-edf/Makefile @@ -3,7 +3,7 @@ PORTNAME= metis-edf DISTVERSION= 4.0.3-1 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= math @@ -16,6 +16,7 @@ ALL_TARGET= default MAKE_ENV= PICFLAG="${PICFLAG}" prefix="${PREFIX}" OPTFLAGS="${CFLAGS}" PICFLAG?= -fPIC +LDFLAGS+= -Wl,-soname,libmetis.so.0 WRKSRC= ${WRKDIR}/${PORTNAME:C|-edf||}-${PORTVERSION:R} |