diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-04-04 01:50:02 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-04-04 01:50:02 +0000 |
commit | c57bfe578735be644694e0e6804f7a32a477fc75 (patch) | |
tree | 5165fb8473e9cbf7082739654329d8eeb160702c /lang/gforth | |
parent | 054c21bdd76346d3cb2b937abe8f10bbf396c406 (diff) | |
download | ports-c57bfe578735be644694e0e6804f7a32a477fc75.tar.gz ports-c57bfe578735be644694e0e6804f7a32a477fc75.zip |
Notes
Diffstat (limited to 'lang/gforth')
-rw-r--r-- | lang/gforth/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/gforth/Makefile b/lang/gforth/Makefile index cf9b8f62726c..15f6ac62ce84 100644 --- a/lang/gforth/Makefile +++ b/lang/gforth/Makefile @@ -69,6 +69,12 @@ EMPTY_DIRS= generic hppa ia64 m68k power sparc EMPTY_DIRS+= 4stack 6502 8086 avr c165 h8 misc sharc shboom ARCH_DIR= ${DATADIR}/${PORTVERSION}/arch +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502108 && ${ARCH} != "amd64" +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + # Post-extract # @@ -115,6 +121,6 @@ remove-empty-dirs: @${RMDIR} ${ARCH_DIR}/${dir} .endfor -.include <bsd.port.mk> +.include <bsd.port.post.mk> CONFIGURE_TARGET:= --build=${CONFIGURE_TARGET} |