summaryrefslogtreecommitdiff
path: root/net/httping/Makefile
diff options
context:
space:
mode:
authorhasso <hasso>2009-06-05 09:14:07 +0000
committerhasso <hasso>2009-06-05 09:14:07 +0000
commit6fcccc91f8bbf6cd82549126dc2f1025aac614a0 (patch)
tree1471010005df297b5bbc9ac058aeeb274c3f68d4 /net/httping/Makefile
parent0e84d8c6b559120001e3889d71e83fc7119e207e (diff)
downloadpkgsrc-6fcccc91f8bbf6cd82549126dc2f1025aac614a0.tar.gz
Make it build on DragonFly.
Diffstat (limited to 'net/httping/Makefile')
-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