summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2016-09-19 05:52:45 +0000
committerdholland <dholland@pkgsrc.org>2016-09-19 05:52:45 +0000
commit230170c7014cec08eddda190dde50dd231aaa9ad (patch)
treef41fe6b8b518c73294d183530e75911774b9e02e /lang
parent7bb8a67f697d76924fdc42542a8036b978c31b9b (diff)
downloadpkgsrc-230170c7014cec08eddda190dde50dd231aaa9ad.tar.gz
Needs -lnsl on Solaris.
Diffstat (limited to 'lang')
-rw-r--r--lang/kali/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/kali/Makefile b/lang/kali/Makefile
index db26c2e904b..c89bb6cd0ff 100644
--- a/lang/kali/Makefile
+++ b/lang/kali/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2015/01/04 03:21:12 dholland Exp $
+# $NetBSD: Makefile,v 1.16 2016/09/19 05:52:45 dholland Exp $
DISTNAME= kali-0.52.2
CATEGORIES= lang
@@ -16,4 +16,7 @@ INSTALLATION_DIRS= bin include lib $(PKGMANDIR)/man1
# Thoroughly broken on 64-bit architectures.
BROKEN_ON_PLATFORM= ${LP64PLATFORMS}
+# Uses herror
+LIBS.SunOS+= -lnsl
+
.include "../../mk/bsd.pkg.mk"