diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-02-06 11:07:25 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-02-06 11:07:25 +0000 |
commit | 3d135af9f63af45193c68f8af1388c3611d0b028 (patch) | |
tree | f6bd8ebf5d4ba2eb6e2d9a5cecbba78fe164f3db | |
parent | Reset bouncing maintainer address (diff) |
Attempt to silence "Annoying Reminder Guy II" by adding NO_LATEST_LINK
Notes
Notes:
svn path=/head/; revision=100126
-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 |