diff options
author | rillig <rillig@pkgsrc.org> | 2006-09-16 10:07:55 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-09-16 10:07:55 +0000 |
commit | e141fd9b750b71dff1e7f524b141a9306fe012bc (patch) | |
tree | 5d9bf49e4dbe51a210babeb79ff6258fa1d449ad /net/httping | |
parent | bb72517d7074ded1da7e18a5b59e4aac898a1c26 (diff) | |
download | pkgsrc-e141fd9b750b71dff1e7f524b141a9306fe012bc.tar.gz |
Fixed the build on Solaris (missing libraries).
Diffstat (limited to 'net/httping')
-rw-r--r-- | net/httping/Makefile | 4 |
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 |