diff options
Diffstat (limited to 'security/libssh2/Makefile')
| -rw-r--r-- | security/libssh2/Makefile | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/security/libssh2/Makefile b/security/libssh2/Makefile index a92ccebd9696..39364ef0f615 100644 --- a/security/libssh2/Makefile +++ b/security/libssh2/Makefile @@ -1,4 +1,4 @@ -# Created by: Alexander Leidinger <netchild@freebsd.org> +# Created by: Alexander Leidinger <netchild@FreeBSD.org>  # $FreeBSD$  PORTNAME=	libssh2 @@ -22,6 +22,7 @@ USE_LDCONFIG=	yes  OPTIONS_DEFINE=	GCRYPT TRACE ZLIB  OPTIONS_DEFAULT=	ZLIB +NO_STAGE=	yes  .include <bsd.port.options.mk>  TRACE_DESC=	Enable debug packet traces  | 
