diff options
Diffstat (limited to 'devel/fastcrc')
-rw-r--r-- | devel/fastcrc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/fastcrc/Makefile b/devel/fastcrc/Makefile index 26adc1cacb1f..e1b44ebd57c9 100644 --- a/devel/fastcrc/Makefile +++ b/devel/fastcrc/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm ONLY_FOR_ARCHS= i386 -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes do-install: ${INSTALL_DATA} ${WRKSRC}/libfcrc.so.1 ${PREFIX}/lib |