diff options
author | kris <kris@FreeBSD.org> | 2003-06-16 08:57:01 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-06-16 08:57:01 +0800 |
commit | e0581525b593c9162b3655445cf17bf7d8188c20 (patch) | |
tree | 5779c22651d9d7d109345275e814884e623325fa /games | |
parent | d007badbe0aa9598563c536063ef5f8af0b76652 (diff) | |
download | freebsd-ports-gnome-e0581525b593c9162b3655445cf17bf7d8188c20.tar.gz freebsd-ports-gnome-e0581525b593c9162b3655445cf17bf7d8188c20.tar.zst freebsd-ports-gnome-e0581525b593c9162b3655445cf17bf7d8188c20.zip |
Mark NOT_FOR_ARCHS=sparc64; compiles without warnings but does not work.
Diffstat (limited to 'games')
-rw-r--r-- | games/zoom/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/zoom/Makefile b/games/zoom/Makefile index 389a9acff4fb..f8eedafc9647 100644 --- a/games/zoom/Makefile +++ b/games/zoom/Makefile @@ -16,6 +16,8 @@ COMMENT= Z-Interpreter for X with full V6 support LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png +NOT_FOR_ARCHS= sparc64 + USE_GMAKE= yes GNU_CONFIGURE= yes |