diff options
author | kris <kris@FreeBSD.org> | 2004-04-04 09:50:02 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-04-04 09:50:02 +0800 |
commit | fbb978c63cd17f3e0ddb2799f34d1bc7f89ef3b9 (patch) | |
tree | 0afa19b6d9d5c7bdb38ddb94fa6b35896afec312 | |
parent | 00bfc0c34d342a915a55be3cbd9ff1c40abb83b2 (diff) | |
download | freebsd-ports-gnome-fbb978c63cd17f3e0ddb2799f34d1bc7f89ef3b9.tar.gz freebsd-ports-gnome-fbb978c63cd17f3e0ddb2799f34d1bc7f89ef3b9.tar.zst freebsd-ports-gnome-fbb978c63cd17f3e0ddb2799f34d1bc7f89ef3b9.zip |
BROKEN on 5.x except on amd64
-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} |