summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
Diffstat (limited to 'lang')
-rw-r--r--lang/kali/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/kali/Makefile b/lang/kali/Makefile
index aa8805b1b44..c1dc0a4635e 100644
--- a/lang/kali/Makefile
+++ b/lang/kali/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2007/03/24 19:21:25 joerg Exp $
+# $NetBSD: Makefile,v 1.10 2008/09/06 22:37:04 dholland Exp $
DISTNAME= kali-0.47
CATEGORIES= lang
@@ -12,6 +12,7 @@ GNU_CONFIGURE= yes
BUILD_TARGET= # empty
INSTALLATION_DIRS= bin include lib
-NOT_FOR_PLATFORM= *-*-alpha
+# Thoroughly broken on 64-bit architectures.
+NOT_FOR_PLATFORM= *-*-alpha *-*-sparc64 *-*-x86_64
.include "../../mk/bsd.pkg.mk"