summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-06-22 00:18:12 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-06-22 00:18:12 +0000
commitb10826ad81a901d3ce5f96174ec00ed55aacbd36 (patch)
tree3abf4cc1489de4b3b43c9ac04ae19b0e737c73c2 /security
parentUpgrade to version 1.4[.0]. (diff)
Use libgmp4 rather than libgmp-freebsd.
Notes
Notes: svn path=/head/; revision=61715
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