summaryrefslogtreecommitdiff
path: root/math/fftpack/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/fftpack/Makefile')
-rw-r--r--math/fftpack/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/fftpack/Makefile b/math/fftpack/Makefile
index b50dace2ab13..cc70f91f6939 100644
--- a/math/fftpack/Makefile
+++ b/math/fftpack/Makefile
@@ -20,6 +20,8 @@ EXTRACT_CMD= ${TAR}
EXTRACT_BEFORE_ARGS= -xf
EXTRACT_AFTER_ARGS= # empty
+INSTALLS_SHLIBS= yes
+
.include <bsd.port.pre.mk>
post-extract:
@@ -38,6 +40,5 @@ post-install:
.if ${PORTOBJFORMAT} == "aout"
${LN} -sf libbihar.so.1 ${PREFIX}/lib/libbihar.so
.endif
- ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.post.mk>