summaryrefslogtreecommitdiff
path: root/lang/kali/Makefile
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2015-01-04 03:21:12 +0000
committerdholland <dholland@pkgsrc.org>2015-01-04 03:21:12 +0000
commit72d6f7af5e8345335ffdc6be3557dd51c0558ef2 (patch)
treeb857fbcb4b3285014aacf247201fdba07433d374 /lang/kali/Makefile
parent01439fff5848320134d9759023b796bc3efcee73 (diff)
downloadpkgsrc-72d6f7af5e8345335ffdc6be3557dd51c0558ef2.tar.gz
Use BROKEN_ON_PLATFORM with LP64PLATFORMS.
I looked into this a while back and described it as "thoroughly broken", so maybe it should be NOT_FOR_PLATFORM, but hope springs eternal...
Diffstat (limited to 'lang/kali/Makefile')
-rw-r--r--lang/kali/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/kali/Makefile b/lang/kali/Makefile
index 2f4d4bd285e..db26c2e904b 100644
--- a/lang/kali/Makefile
+++ b/lang/kali/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2012/10/02 20:11:44 asau Exp $
+# $NetBSD: Makefile,v 1.15 2015/01/04 03:21:12 dholland Exp $
DISTNAME= kali-0.52.2
CATEGORIES= lang
@@ -14,6 +14,6 @@ MAKE_ENV= mandir=$(PREFIX)/$(PKGMANDIR)/man1
INSTALLATION_DIRS= bin include lib $(PKGMANDIR)/man1
# Thoroughly broken on 64-bit architectures.
-NOT_FOR_PLATFORM= ${LP64PLATFORMS}
+BROKEN_ON_PLATFORM= ${LP64PLATFORMS}
.include "../../mk/bsd.pkg.mk"