diff options
author | dholland <dholland@pkgsrc.org> | 2016-09-19 05:52:45 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2016-09-19 05:52:45 +0000 |
commit | 230170c7014cec08eddda190dde50dd231aaa9ad (patch) | |
tree | f41fe6b8b518c73294d183530e75911774b9e02e /lang | |
parent | 7bb8a67f697d76924fdc42542a8036b978c31b9b (diff) | |
download | pkgsrc-230170c7014cec08eddda190dde50dd231aaa9ad.tar.gz |
Needs -lnsl on Solaris.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/kali/Makefile | 5 |
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" |