diff options
author | miwi <miwi@FreeBSD.org> | 2006-08-13 02:29:25 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-08-13 02:29:25 +0800 |
commit | 1b33f8237db3c84c5662f6c7b4a0403cd9ff3199 (patch) | |
tree | 75488cee8d9f97e57e9ca3e9fdddf851453a956d /lang/gforth | |
parent | 353e3e546b6dc49a174e043467b674dc955e4ae8 (diff) | |
download | freebsd-ports-gnome-1b33f8237db3c84c5662f6c7b4a0403cd9ff3199.tar.gz freebsd-ports-gnome-1b33f8237db3c84c5662f6c7b4a0403cd9ff3199.tar.zst freebsd-ports-gnome-1b33f8237db3c84c5662f6c7b4a0403cd9ff3199.zip |
- 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/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/gforth/Makefile b/lang/gforth/Makefile index b7dd15fb560d..b2a581ccf1f4 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 |