summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2009-10-27 14:55:48 +0000
committerAlex Dupre <ale@FreeBSD.org>2009-10-27 14:55:48 +0000
commitbb75e384f1e1ac9e50f0fd85c347256883c6431d (patch)
tree40071517a39fc88e802426705c45ad555171e46e
parent- Fix plist using partial dynamic plist (bump PORTREVISION) (diff)
Fix gmp shared lib version.
Notes
Notes: svn path=/head/; revision=243390
-rw-r--r--security/botan/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/botan/Makefile b/security/botan/Makefile
index 4d8db3e5f9cb..9faf4cfdc0f3 100644
--- a/security/botan/Makefile
+++ b/security/botan/Makefile
@@ -41,7 +41,7 @@ CONFIGURE_ARGS+=--with-openssl
.endif
.if !defined(WITHOUT_GMP)
-LIB_DEPENDS+= gmp.7:${PORTSDIR}/math/libgmp4
+LIB_DEPENDS+= gmp.8:${PORTSDIR}/math/libgmp4
CONFIGURE_ARGS+=--with-gnump
MAKE_ARGS+= LDFLAGS="-L${LOCALBASE}/lib"
.endif