diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-07-13 21:39:43 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-07-13 21:39:43 +0000 |
commit | a7633f04ef0997979d26216d0bc55475a441e2eb (patch) | |
tree | 6b14fcb59fb1e56b6d60eac6f71af4011a0c2b64 /security/libssh2/Makefile | |
parent | 7fd95777cfecdd74f556a1b42dfab89a62ac006a (diff) |
Notes
Diffstat (limited to 'security/libssh2/Makefile')
-rw-r--r-- | security/libssh2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/libssh2/Makefile b/security/libssh2/Makefile index 0a1cc5acdd29..67043b0c3cbf 100644 --- a/security/libssh2/Makefile +++ b/security/libssh2/Makefile @@ -6,13 +6,13 @@ # PORTNAME= libssh2 -PORTVERSION= 0.10 +PORTVERSION= 0.11 CATEGORIES= security devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -COMMENT= a library implementing the SSH2 protocol +COMMENT= A library implementing the SSH2 protocol USE_OPENSSL= yes USE_REINPLACE= yes |