aboutsummaryrefslogtreecommitdiffstats
path: root/math/dcdflib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/dcdflib/Makefile')
-rw-r--r--math/dcdflib/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/dcdflib/Makefile b/math/dcdflib/Makefile
index 3f6e391afd43..33668fa0a7fb 100644
--- a/math/dcdflib/Makefile
+++ b/math/dcdflib/Makefile
@@ -14,6 +14,8 @@ MAINTAINER= tobez@plab.ku.dk
WRKSRC= ${WRKDIR}/dcdflib.c/src
+INSTALLS_SHLIBS= yes
+
.include <bsd.port.pre.mk>
post-extract:
@@ -29,6 +31,5 @@ post-install:
.if ${PORTOBJFORMAT} == "aout"
@${LN} -sf libdcdflib.so.1.1 ${PREFIX}/lib/libdcdflib.so
.endif
- @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.post.mk>