aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--security/botan/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/botan/Makefile b/security/botan/Makefile
index 4d8db3e5f9c..9faf4cfdc0f 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