diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-23 23:25:46 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-23 23:25:46 +0000 |
commit | 2a86083c7e2c4def5f58d231f82398e3fb75fb62 (patch) | |
tree | 5d93e3c786075d7ec083ce55a3030286a2e6c4cf /security/lsh | |
parent | e2647e4c21a0c1f4730efffd97433bb21553c21e (diff) |
Notes
Diffstat (limited to 'security/lsh')
-rw-r--r-- | security/lsh/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/lsh/Makefile b/security/lsh/Makefile index 31c5eb59cd3c..29da366058b0 100644 --- a/security/lsh/Makefile +++ b/security/lsh/Makefile @@ -22,6 +22,9 @@ INSTALL_TARGET= install .if ${OSVERSION} < 400014 CONFIGURE_ARGS+=--without-ipv6 .endif +.if ${OSVERSION} >= 500000 +BUILD_DEPENDS+= ${LOCALBASE}/include/gmp.h:${PORTSDIR}/math/libgmp4 +.endif MAN1= lsh_writekey.1 lsh_keygen.1 lsh.1 MAN5= DSA.5 secsh.5 SHA.5 SPKI.5 |