aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2006-08-10 04:26:03 +0800
committerMartin Wilke <miwi@FreeBSD.org>2006-08-10 04:26:03 +0800
commit31818d07e5d58c4885d868e64a67c480f78a6e28 (patch)
tree057fe32c1d2640799bb4899c02e03342b4a50316 /lang
parent5ed24b1432f6ea95ea2a0b0692311f8347d300e7 (diff)
downloadfreebsd-ports-gnome-31818d07e5d58c4885d868e64a67c480f78a6e28.tar.gz
freebsd-ports-gnome-31818d07e5d58c4885d868e64a67c480f78a6e28.tar.zst
freebsd-ports-gnome-31818d07e5d58c4885d868e64a67c480f78a6e28.zip
BROKEN: does not build
Submitted by: pointyhat via kris Approved by: krion (mentor)
Diffstat (limited to 'lang')
-rw-r--r--lang/gforth/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/gforth/Makefile b/lang/gforth/Makefile
index 4ae3be9c142c..c3c223a425c8 100644
--- a/lang/gforth/Makefile
+++ b/lang/gforth/Makefile
@@ -39,6 +39,8 @@ PORTDOCS= *
.include <bsd.port.pre.mk>
+BROKEN= does not build in Makefile
+
.if ${ARCH} == i386
WORDSIZE=32
.else