diff options
| author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-07-14 15:29:52 +0000 |
|---|---|---|
| committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-07-14 15:29:52 +0000 |
| commit | 25156bfef5a3408657ad33d51edf34b16a478de9 (patch) | |
| tree | 22ecbcb5085feb83e9cb54a02032f0034caeb73b /security/libssh2 | |
| parent | 6217db8af3d9469a9167b6de3ced153d1a91f9b7 (diff) | |
Notes
Diffstat (limited to 'security/libssh2')
| -rw-r--r-- | security/libssh2/Makefile | 2 | ||||
| -rw-r--r-- | security/libssh2/pkg-plist | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/security/libssh2/Makefile b/security/libssh2/Makefile index 5a2bcd801ecd..73205d74187d 100644 --- a/security/libssh2/Makefile +++ b/security/libssh2/Makefile @@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= libtool pathfix +USES= compiler:c11 libtool pathfix USE_LDCONFIG= yes OPTIONS_DEFINE= GCRYPT TRACE ZLIB diff --git a/security/libssh2/pkg-plist b/security/libssh2/pkg-plist index a3358653440e..a63774c5936a 100644 --- a/security/libssh2/pkg-plist +++ b/security/libssh2/pkg-plist @@ -9,8 +9,10 @@ man/man3/libssh2_agent_connect.3.gz man/man3/libssh2_agent_disconnect.3.gz man/man3/libssh2_agent_free.3.gz man/man3/libssh2_agent_get_identity.3.gz +man/man3/libssh2_agent_get_identity_path.3.gz man/man3/libssh2_agent_init.3.gz man/man3/libssh2_agent_list_identities.3.gz +man/man3/libssh2_agent_set_identity_path.3.gz man/man3/libssh2_agent_userauth.3.gz man/man3/libssh2_banner_set.3.gz man/man3/libssh2_base64_decode.3.gz |
