diff options
-rw-r--r-- | security/libgcrypt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile index 139da435ae7d..d788372a09e2 100644 --- a/security/libgcrypt/Makefile +++ b/security/libgcrypt/Makefile @@ -22,6 +22,7 @@ USE_LIBTOOL= yes CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes +NO_LATEST_LINK=yes INFO= gcrypt @@ -40,7 +41,6 @@ pre-extract: @${ECHO_CMD} "===> GnuPG not installed. Signature can not be verified" .endif - post-patch: @${REINPLACE_CMD} -e "s|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|" \ ${WRKSRC}/scripts/ltmain.sh |