summaryrefslogtreecommitdiff
path: root/security/lsh
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-11-23 23:25:46 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-11-23 23:25:46 +0000
commit2a86083c7e2c4def5f58d231f82398e3fb75fb62 (patch)
tree5d93e3c786075d7ec083ce55a3030286a2e6c4cf /security/lsh
parentPORTREVISION should be PORTREVISION?=2, otherwise (diff)
security/lsh wants gmp.h, security/lsh gets gmp.h
Noticed on: bento
Notes
Notes: svn path=/head/; revision=70917
Diffstat (limited to 'security/lsh')
-rw-r--r--security/lsh/Makefile3
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