summaryrefslogtreecommitdiff
path: root/lang/erlang
diff options
context:
space:
mode:
authorjoerg <joerg>2008-01-03 15:58:45 +0000
committerjoerg <joerg>2008-01-03 15:58:45 +0000
commit45584cea33ef67777933066cf61c6bf0a431c3c8 (patch)
tree7a2a5e4c9e6aa403d04172f1b8170a3474e29bd7 /lang/erlang
parent708d5abc220c2cec7744b1f1bd88c52ff5febc90 (diff)
downloadpkgsrc-45584cea33ef67777933066cf61c6bf0a431c3c8.tar.gz
Mark as broken on NetBSD/amd64 as configure will spin.
Diffstat (limited to 'lang/erlang')
-rw-r--r--lang/erlang/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/erlang/Makefile b/lang/erlang/Makefile
index 9d2a4076e0c..aff463fb252 100644
--- a/lang/erlang/Makefile
+++ b/lang/erlang/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2007/10/30 14:02:15 is Exp $
+# $NetBSD: Makefile,v 1.33 2008/01/03 15:58:45 joerg Exp $
DISTNAME= otp_src_${DIST_VERSION}
PKGNAME= erlang-${ERLANG_VERSION}
@@ -26,6 +26,8 @@ SUBST_MESSAGE.target= Fixing target name.
PLIST_SRC= PLIST.common
+NOT_FOR_PLATFORM= NetBSD-*-x86_64
+
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "DragonFly"