diff --git a/net/httping/Makefile b/net/httping/Makefile index 40e84c8f7b83..d88c70815baf 100644 --- a/net/httping/Makefile +++ b/net/httping/Makefile @@ -3,6 +3,7 @@ PORTNAME= httping PORTVERSION= 2.5 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= https://www.vanheusden.com/httping/ \ LOCAL/ehaupt @@ -45,6 +46,10 @@ USES+= ssl MAKE_ENV+= SSL=no .endif +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200000 +MAKE_ENV+= TFO=yes +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1