summaryrefslogtreecommitdiff
path: root/www/sqtop/Makefile
diff options
context:
space:
mode:
authorjperkin <jperkin>2014-09-25 20:02:51 +0000
committerjperkin <jperkin>2014-09-25 20:02:51 +0000
commit64fc4775b5400ea56a61b31a5bb81d6a83a7d576 (patch)
tree108bfc33bf78be89029b1db80517dd5130fa0c63 /www/sqtop/Makefile
parentdb3393a367c19e942c854b39aa2709013785bf22 (diff)
downloadpkgsrc-64fc4775b5400ea56a61b31a5bb81d6a83a7d576.tar.gz
SunOS needs -lsocket -lnsl.
Diffstat (limited to 'www/sqtop/Makefile')
-rw-r--r--www/sqtop/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/sqtop/Makefile b/www/sqtop/Makefile
index d825e7d76a8..3f20790c210 100644
--- a/www/sqtop/Makefile
+++ b/www/sqtop/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2014/08/18 09:18:23 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2014/09/25 20:02:51 jperkin Exp $
DISTNAME= sqtop-2013-12-17
PKGNAME= ${DISTNAME:C/([0-9])-/\1/g}
@@ -16,6 +16,8 @@ DEPENDS+= squid-[0-9]*:../../www/squid3
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
+LDFLAGS.SunOS+= -lsocket -lnsl
+
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "NetBSD"