diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-08-07 14:12:58 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-08-07 14:12:58 +0000 |
commit | 337148661c04e620a7831fd0e05b8e3542351126 (patch) | |
tree | 2678da35a1f6a6981aa0b6e80ef33a408c976c0a /lang/gforth | |
parent | 804f68e42a644b267bca4ee581bf13588eed388e (diff) | |
download | ports-337148661c04e620a7831fd0e05b8e3542351126.tar.gz ports-337148661c04e620a7831fd0e05b8e3542351126.zip |
Notes
Diffstat (limited to 'lang/gforth')
-rw-r--r-- | lang/gforth/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/gforth/Makefile b/lang/gforth/Makefile index e3ab84cb71cb..4ae3be9c142c 100644 --- a/lang/gforth/Makefile +++ b/lang/gforth/Makefile @@ -51,6 +51,10 @@ BYTEORDER=b BYTEORDER=l .endif +.if ${OSVERSION} < 500000 +BROKEN= Does not compile on 4.x +.endif + post-install: install-doc install-el remove-empty-files remove-empty-dirs install-doc: |