aboutsummaryrefslogtreecommitdiff
path: root/security/ssh/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-04-26 06:23:41 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-04-26 06:23:41 +0000
commitd7b8935d2c90fb8ec00bd62e1fd0a0e4c073ecd9 (patch)
tree12bd5530336531e6512ba5e193bea023359d94dc /security/ssh/Makefile
parent6e26545bd17b0ed943ee3c6b5b2071549a54ea63 (diff)
downloadports-d7b8935d2c90fb8ec00bd62e1fd0a0e4c073ecd9.tar.gz
ports-d7b8935d2c90fb8ec00bd62e1fd0a0e4c073ecd9.zip
Notes
Diffstat (limited to 'security/ssh/Makefile')
-rw-r--r--security/ssh/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile
index 13be90b61b02..3dffefc4ca58 100644
--- a/security/ssh/Makefile
+++ b/security/ssh/Makefile
@@ -66,6 +66,12 @@ CONFIGURE_ARGS+= --without-idea
.include <bsd.port.pre.mk>
+.if ${OSVERSION} > 500023
+LIB_DEPENDS+= gmp.4:${PORTSDIR}/math/libgmp3
+MAKE_ENV+= GMPINCDIR="${LOCALBASE}/include" \
+ GMPLIBDIR="${LOCALBASE}/lib"
+.endif
+
.if (${OSVERSION} >= 400016 && !defined(REALLY_WANT_SSH))
FORBIDDEN= "OpenSSH is a superior version of SSH which has been included in the FreeBSD base system since 4.0-RELEASE. This port is now deprecated and will be removed at some point in the future. To override this warning set the REALLY_WANT_SSH environment variable and rebuild."
.endif