diff options
Diffstat (limited to 'net/httping/Makefile')
-rw-r--r-- | net/httping/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/httping/Makefile b/net/httping/Makefile index 7ba09bcf2674..3693f2783211 100644 --- a/net/httping/Makefile +++ b/net/httping/Makefile @@ -6,7 +6,7 @@ # PORTNAME= httping -PORTVERSION= 1.3.0 +PORTVERSION= 1.3.1 CATEGORIES= net MASTER_SITES= http://www.vanheusden.com/httping/ \ CRITICAL @@ -15,6 +15,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ehaupt@FreeBSD.org COMMENT= A ping-like tool for HTTP requests +USE_GMAKE= yes MAKE_JOBS_SAFE= yes MAN1= httping.1 |