diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-24 07:25:46 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-24 07:25:46 +0800 |
commit | 23802b66789e2b0ee25e1426458a8e7cb16fd2b1 (patch) | |
tree | f1dab62cf8b713316058aa6cd4e50c7c651b71b4 /security | |
parent | 87ee69825ac76490317d628a77cc56200c8024ce (diff) | |
download | freebsd-ports-gnome-23802b66789e2b0ee25e1426458a8e7cb16fd2b1.tar.gz freebsd-ports-gnome-23802b66789e2b0ee25e1426458a8e7cb16fd2b1.tar.zst freebsd-ports-gnome-23802b66789e2b0ee25e1426458a8e7cb16fd2b1.zip |
security/lsh wants gmp.h, security/lsh gets gmp.h
Noticed on: bento
Diffstat (limited to 'security')
-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 |