summaryrefslogtreecommitdiff
path: root/net/httping
diff options
context:
space:
mode:
authorhasso <hasso@pkgsrc.org>2009-06-05 09:14:07 +0000
committerhasso <hasso@pkgsrc.org>2009-06-05 09:14:07 +0000
commit665e0a15042198800cff96530108f157c6d2bc5e (patch)
tree1471010005df297b5bbc9ac058aeeb274c3f68d4 /net/httping
parent8fbeab1e5aeb06d0723d1b51142b7dc26359bc35 (diff)
downloadpkgsrc-665e0a15042198800cff96530108f157c6d2bc5e.tar.gz
Make it build on DragonFly.
Diffstat (limited to 'net/httping')
-rw-r--r--net/httping/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/httping/Makefile b/net/httping/Makefile
index b0914318ba4..823a9693305 100644
--- a/net/httping/Makefile
+++ b/net/httping/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2008/09/19 19:23:07 adrianp Exp $
+# $NetBSD: Makefile,v 1.10 2009/06/05 09:14:07 hasso Exp $
#
DISTNAME= httping-1.2.9
@@ -15,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} == "SunOS"
+ ${OPSYS} == "Darwin" || ${OPSYS} == "SunOS"
.else
CFLAGS+= -DHAVE_STRNDUP
.endif