summaryrefslogtreecommitdiff
path: root/net/nagios-plugins
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-11-29 10:03:19 +0000
committerrillig <rillig@pkgsrc.org>2007-11-29 10:03:19 +0000
commit3f207e63099bf22f029879767ae8ca2cfba7f049 (patch)
tree6449f0ef5dcda2d4eb081032230c3bfa1bb2ca58 /net/nagios-plugins
parent8ef5c2cbb1a0ea7c9a079496482436d03a77041b (diff)
downloadpkgsrc-3f207e63099bf22f029879767ae8ca2cfba7f049.tar.gz
Solaris needs -lm.
Diffstat (limited to 'net/nagios-plugins')
-rw-r--r--net/nagios-plugins/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/nagios-plugins/Makefile b/net/nagios-plugins/Makefile
index 0294a3c66c6..4dad7a6e591 100644
--- a/net/nagios-plugins/Makefile
+++ b/net/nagios-plugins/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2007/11/26 22:14:27 seb Exp $
+# $NetBSD: Makefile,v 1.11 2007/11/29 10:03:19 rillig Exp $
#
PKGREVISION= 3
@@ -29,6 +29,7 @@ CONFIGURE_ARGS+= --with-df-command="/bin/df -Pklt nokernfs,procfs,fdesc"
CPPFLAGS_LFS!= getconf LFS_CFLAGS
MAKE_ENV+= CPPFLAGS_LFS=${CPPFLAGS_LFS:Q}
.endif
+LIBS.SunOS+= -lm
.if !exists(/usr/bin/ssh)
DEPENDS+= {ssh{,6}-[0-9]*,openssh-[0-9]*}:../../security/openssh