diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2014-01-16 17:06:35 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2014-01-16 17:06:35 +0000 |
commit | bb2c355185f074c9b0cdba486cfb24d1916ab2f6 (patch) | |
tree | ca36206ef7187a0ffdbf622690a6bcec63e6c453 /security/libssh2 | |
parent | a8ce9cf4f082230720e6186ca06a3c0b85544fd5 (diff) | |
download | ports-bb2c355185f074c9b0cdba486cfb24d1916ab2f6.tar.gz ports-bb2c355185f074c9b0cdba486cfb24d1916ab2f6.zip |
Notes
Diffstat (limited to 'security/libssh2')
-rw-r--r-- | security/libssh2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/libssh2/Makefile b/security/libssh2/Makefile index 39364ef0f615..b3375cc0d2d6 100644 --- a/security/libssh2/Makefile +++ b/security/libssh2/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.libssh2.org/download/ \ MAINTAINER= sbz@FreeBSD.org COMMENT= Library implementing the SSH2 protocol -LICENSE= BSD +LICENSE= BSD3CLAUSE USE_OPENSSL= yes USE_AUTOTOOLS= autoconf |