View | Details | Raw Unified | Return to bug 224148 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (+4 lines)
Lines 59-64 Link Here
59
59
60
.include <bsd.port.options.mk>
60
.include <bsd.port.options.mk>
61
61
62
.if ${SSL_DEFAULT:Mlibressl*}
63
BROKEN=	does not build with libressl
64
.endif
65
62
.if ${PORT_OPTIONS:MLIBWRAP}
66
.if ${PORT_OPTIONS:MLIBWRAP}
63
LDFLAGS+=		-lwrap
67
LDFLAGS+=		-lwrap
64
.endif
68
.endif

Return to bug 224148