aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-06-22 08:18:12 +0800
committerobrien <obrien@FreeBSD.org>2002-06-22 08:18:12 +0800
commit5fe2c8d99687a96d0c496dd073104c2ad65b4fbb (patch)
tree82c0e5be184850c34e09d11fff5e761258a8df77 /security
parentf3acfbfb1d8acd16bd1f639ef07537a2e64935a2 (diff)
downloadfreebsd-ports-gnome-5fe2c8d99687a96d0c496dd073104c2ad65b4fbb.tar.gz
freebsd-ports-gnome-5fe2c8d99687a96d0c496dd073104c2ad65b4fbb.tar.zst
freebsd-ports-gnome-5fe2c8d99687a96d0c496dd073104c2ad65b4fbb.zip
Use libgmp4 rather than libgmp-freebsd.
Diffstat (limited to 'security')
-rw-r--r--security/ssh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile
index e9e40a9c0ef8..00c1456b2648 100644
--- a/security/ssh/Makefile
+++ b/security/ssh/Makefile
@@ -66,7 +66,7 @@ CONFIGURE_ARGS+= --without-idea
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 500023
-LIB_DEPENDS+= gmp.3:${PORTSDIR}/math/libgmp-freebsd
+LIB_DEPENDS+= gmp.5:${PORTSDIR}/math/libgmp4
MAKE_ENV+= GMPINCDIR="${LOCALBASE}/include" \
GMPLIBDIR="${LOCALBASE}/lib"
.endif