diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-06-22 00:18:12 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-06-22 00:18:12 +0000 |
commit | b10826ad81a901d3ce5f96174ec00ed55aacbd36 (patch) | |
tree | 3abf4cc1489de4b3b43c9ac04ae19b0e737c73c2 /security/ssh | |
parent | Upgrade to version 1.4[.0]. (diff) |
Use libgmp4 rather than libgmp-freebsd.
Notes
Notes:
svn path=/head/; revision=61715
Diffstat (limited to 'security/ssh')
-rw-r--r-- | security/ssh/Makefile | 2 |
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 |