diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-06-08 09:52:22 +0800 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-06-08 09:52:22 +0800 |
commit | 023d6f78ee8c7398d9d04faed1a07e2681240685 (patch) | |
tree | 36e35d8937a987f20c8165462a52d0d5bcf7f6fa /lang/gforth | |
parent | 047653aa774eaefb434ec436999fb7cf62a3ac45 (diff) | |
download | freebsd-ports-gnome-023d6f78ee8c7398d9d04faed1a07e2681240685.tar.gz freebsd-ports-gnome-023d6f78ee8c7398d9d04faed1a07e2681240685.tar.zst freebsd-ports-gnome-023d6f78ee8c7398d9d04faed1a07e2681240685.zip |
Mark as broken on powerpc64.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'lang/gforth')
-rw-r--r-- | lang/gforth/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/gforth/Makefile b/lang/gforth/Makefile index 73d0ee8fe344..f896be287320 100644 --- a/lang/gforth/Makefile +++ b/lang/gforth/Makefile @@ -14,6 +14,8 @@ COMMENT= Fast and portable Forth system LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_powerpc64= fails to package: Unable to access file usr/local/share/gforth/0.7.3/kernl64l.fi:No such file or directory + LIB_DEPENDS= libavcall.so:devel/libffcall \ libffi.so:devel/libffi \ libltdl.so:devel/libltdl |