diff options
Diffstat (limited to 'math/matrix/Makefile')
-rw-r--r-- | math/matrix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/matrix/Makefile b/math/matrix/Makefile index 62ccd7bc37b3..877b99b21ddf 100644 --- a/math/matrix/Makefile +++ b/math/matrix/Makefile @@ -17,7 +17,7 @@ COMMENT= C++ library to manipulate matrices and vectors WRKSRC= ${WRKDIR}/matrix USE_ZIP= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes PLIST_SUB= LIBVERSION=1 .include <bsd.port.pre.mk> |