summaryrefslogtreecommitdiff
path: root/net/httping/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/httping/Makefile')
-rw-r--r--net/httping/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/net/httping/Makefile b/net/httping/Makefile
index fab303020db..b0914318ba4 100644
--- a/net/httping/Makefile
+++ b/net/httping/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2008/01/18 05:08:42 tnn Exp $
+# $NetBSD: Makefile,v 1.9 2008/09/19 19:23:07 adrianp Exp $
#
-DISTNAME= httping-1.2.5
-PKGREVISION= 1
+DISTNAME= httping-1.2.9
CATEGORIES= net
MASTER_SITES= http://www.vanheusden.com/httping/
EXTRACT_SUFX= .tgz
@@ -16,7 +15,7 @@ COMMENT= Like 'ping' but for http-requests
LDFLAGS.SunOS= -lnsl -lsocket
.if (${OPSYS} == "NetBSD" && !empty(OS_VERSION:M[123]*)) || \
- ${OPSYS} == "Darwin" || ${OPSYS} == "DragonFly"
+ ${OPSYS} == "Darwin" || ${OPSYS} == "DragonFly" || ${OPSYS} == "SunOS"
.else
CFLAGS+= -DHAVE_STRNDUP
.endif