View | Details | Raw Unified | Return to bug 203312
Collapse All | Expand All

(-)Makefile (-1 / +5 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	libssh2
4
PORTNAME=	libssh2
5
PORTVERSION=	1.6.0
5
PORTVERSION=	1.6.0
6
PORTREVISION=	0
6
PORTREVISION=	1
7
PORTEPOCH=	2
7
PORTEPOCH=	2
8
CATEGORIES=	security devel
8
CATEGORIES=	security devel
9
MASTER_SITES=	http://www.libssh2.org/download/ \
9
MASTER_SITES=	http://www.libssh2.org/download/ \
Lines 48-51 Link Here
48
		${WRKSRC}/configure
48
		${WRKSRC}/configure
49
.endif
49
.endif
50
50
51
post-build:
52
	@${REINPLACE_CMD} -E -e '/Requires.private:/{s/[[:<:]]zlib[[:>:]]//;s/,,/,/;s/ ,/ /;s/,$$//;}' \
53
		${WRKSRC}/libssh2.pc
54
51
.include <bsd.port.post.mk>
55
.include <bsd.port.post.mk>

Return to bug 203312