1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00

security/lsh wants gmp.h, security/lsh gets gmp.h

Noticed on: bento
This commit is contained in:
Edwin Groothuis 2002-11-23 23:25:46 +00:00
parent e2647e4c21
commit 2a86083c7e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70917

View File

@ -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