diff options
Diffstat (limited to 'security/libssh2/Makefile')
-rw-r--r-- | security/libssh2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/libssh2/Makefile b/security/libssh2/Makefile index 8ed5eb2fd8c6..a539f14f0a27 100644 --- a/security/libssh2/Makefile +++ b/security/libssh2/Makefile @@ -7,6 +7,7 @@ PORTNAME= libssh2 PORTVERSION= 1.2.8 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= security devel MASTER_SITES= http://www.libssh2.org/download/ @@ -18,8 +19,10 @@ LICENSE= BSD LICENSE_FILE= ${WRKSRC}/COPYING USE_OPENSSL= yes +USE_AUTOTOOLS= autoconf GNU_CONFIGURE= yes USE_LDCONFIG= yes +PATCH_STRIP= -p1 OPTIONS= GCRYPT "Use libgcrypt instead of OpenSSL" off \ TRACE "Enable debug packet traces" off \ |