summaryrefslogtreecommitdiff
path: root/net/bwping
diff options
context:
space:
mode:
authorjperkin <jperkin>2014-09-25 15:21:46 +0000
committerjperkin <jperkin>2014-09-25 15:21:46 +0000
commitdff038d2d2a45d8997021868e31b8b42edda0cc2 (patch)
tree6c1030d331b02dd933f3c09db4a99442e458d1bd /net/bwping
parent9c4303dfaac8ffd03aff7b32f0e0b80036587f9f (diff)
downloadpkgsrc-dff038d2d2a45d8997021868e31b8b42edda0cc2.tar.gz
SunOS needs -lnsl -lresolv.
Diffstat (limited to 'net/bwping')
-rw-r--r--net/bwping/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/bwping/Makefile b/net/bwping/Makefile
index e9f36bfb6f6..b260c102128 100644
--- a/net/bwping/Makefile
+++ b/net/bwping/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2013/01/13 04:29:50 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2014/09/25 15:21:46 jperkin Exp $
#
DISTNAME= bwping-1.7
@@ -12,4 +12,6 @@ LICENSE= 2-clause-bsd
GNU_CONFIGURE= yes
+LDFLAGS.SunOS+= -lnsl -lresolv
+
.include "../../mk/bsd.pkg.mk"