summaryrefslogtreecommitdiffstats
path: root/lang/gforth
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2006-08-12 18:29:25 +0000
committermiwi <miwi@FreeBSD.org>2006-08-12 18:29:25 +0000
commit1b33f8237db3c84c5662f6c7b4a0403cd9ff3199 (patch)
tree75488cee8d9f97e57e9ca3e9fdddf851453a956d /lang/gforth
parent353e3e546b6dc49a174e043467b674dc955e4ae8 (diff)
downloadFreeBSD-ports-1b33f8237db3c84c5662f6c7b4a0403cd9ff3199.zip
FreeBSD-ports-1b33f8237db3c84c5662f6c7b4a0403cd9ff3199.tar.gz
- Unbreak for 7.X build
PR: ports/101800 Submitted by: Stanislav Sedov <ssedov(at)mbsd.msk.ru> Approved by: krion (mentor)
Diffstat (limited to 'lang/gforth')
-rw-r--r--lang/gforth/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/gforth/Makefile b/lang/gforth/Makefile
index b7dd15f..b2a581c 100644
--- a/lang/gforth/Makefile
+++ b/lang/gforth/Makefile
@@ -39,7 +39,9 @@ PORTDOCS= *
.include <bsd.port.pre.mk>
-BROKEN= does not build
+.if ${OSVERSION} < 700000
+BROKEN= does not build on pointyhat, report if you have similar problems
+.endif
.if ${ARCH} == i386
WORDSIZE=32
OpenPOWER on IntegriCloud