summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-04-30 08:54:54 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-04-30 08:54:54 +0000
commit95cdcf3acc7f1e2cbb9ddd4d902d084e46c44021 (patch)
treec6355fd2fa4e4866290e2e7290be1cc62e9ca135 /security
parentAllow pppoa to also compile on older FreeBSDs before the usb.h (diff)
Catch up with libgmp3 death.
Pointy hat to: ijliao
Notes
Notes: svn path=/head/; revision=58359
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 3dffefc4ca58..b654eff5e887 100644
--- a/security/ssh/Makefile
+++ b/security/ssh/Makefile
@@ -67,7 +67,7 @@ CONFIGURE_ARGS+= --without-idea
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 500023
-LIB_DEPENDS+= gmp.4:${PORTSDIR}/math/libgmp3
+LIB_DEPENDS+= gmp.3:${PORTSDIR}/math/libgmp-freebsd
MAKE_ENV+= GMPINCDIR="${LOCALBASE}/include" \
GMPLIBDIR="${LOCALBASE}/lib"
.endif