summaryrefslogtreecommitdiff
path: root/net/httping
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-09-16 10:07:55 +0000
committerrillig <rillig@pkgsrc.org>2006-09-16 10:07:55 +0000
commit4c2c4122d9380c1a013c46da88e2394454933ac3 (patch)
tree5d9bf49e4dbe51a210babeb79ff6258fa1d449ad /net/httping
parent411b9ab7fd6ebed0d4bc063c36fe959ecffe96e8 (diff)
downloadpkgsrc-4c2c4122d9380c1a013c46da88e2394454933ac3.tar.gz
Fixed the build on Solaris (missing libraries).
Diffstat (limited to 'net/httping')
-rw-r--r--net/httping/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/httping/Makefile b/net/httping/Makefile
index c4eb3cfd4e3..2df7214a913 100644
--- a/net/httping/Makefile
+++ b/net/httping/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/09/05 18:02:42 adrianp Exp $
+# $NetBSD: Makefile,v 1.2 2006/09/16 10:07:55 rillig Exp $
#
DISTNAME= httping-1.2.1
@@ -10,6 +10,8 @@ MAINTAINER= adrianp@NetBSD.org
HOMEPAGE= http://www.vanheusden.com/httping/
COMMENT= Like 'ping' but for http-requests
+LDFLAGS.SunOS= -lnsl -lsocket
+
do-install:
${INSTALL_MAN} ${WRKSRC}/httping.1 ${PREFIX}/man/man1
${INSTALL_PROGRAM} ${WRKSRC}/httping ${PREFIX}/bin