summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorrillig <rillig>2006-09-16 10:07:55 +0000
committerrillig <rillig>2006-09-16 10:07:55 +0000
commit4ade650304363de7c4ecdff931de018c8646327c (patch)
tree5d9bf49e4dbe51a210babeb79ff6258fa1d449ad /net
parente8e15cfeba32eb500a7c3bc8e78c0312390d9e95 (diff)
downloadpkgsrc-4ade650304363de7c4ecdff931de018c8646327c.tar.gz
Fixed the build on Solaris (missing libraries).
Diffstat (limited to 'net')
-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