From 2a86083c7e2c4def5f58d231f82398e3fb75fb62 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Sat, 23 Nov 2002 23:25:46 +0000 Subject: [PATCH] security/lsh wants gmp.h, security/lsh gets gmp.h Noticed on: bento --- security/lsh/Makefile | 3 +++ 1 file changed, 3 insertions(+) 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