diff options
Diffstat (limited to 'security/lsh/Makefile')
-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 |