aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2009-10-27 22:55:48 +0800
committerale <ale@FreeBSD.org>2009-10-27 22:55:48 +0800
commit990e5f726a97beef3e181943f6c250a2f72f938b (patch)
treefddf5b4eee35940f8c868f2c5975c6be8b45368f /security
parentdbe32585edaa7b0e05d713262194898d0f6dcb6a (diff)
downloadfreebsd-ports-gnome-990e5f726a97beef3e181943f6c250a2f72f938b.tar.gz
freebsd-ports-gnome-990e5f726a97beef3e181943f6c250a2f72f938b.tar.zst
freebsd-ports-gnome-990e5f726a97beef3e181943f6c250a2f72f938b.zip
Fix gmp shared lib version.
Diffstat (limited to 'security')
-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