diff options
author | hasso <hasso> | 2009-06-05 09:14:07 +0000 |
---|---|---|
committer | hasso <hasso> | 2009-06-05 09:14:07 +0000 |
commit | 6fcccc91f8bbf6cd82549126dc2f1025aac614a0 (patch) | |
tree | 1471010005df297b5bbc9ac058aeeb274c3f68d4 /net/httping | |
parent | 0e84d8c6b559120001e3889d71e83fc7119e207e (diff) | |
download | pkgsrc-6fcccc91f8bbf6cd82549126dc2f1025aac614a0.tar.gz |
Make it build on DragonFly.
Diffstat (limited to 'net/httping')
-rw-r--r-- | net/httping/Makefile | 4 |
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 |