diff options
author | kris <kris@FreeBSD.org> | 2005-12-18 03:04:21 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-12-18 03:04:21 +0800 |
commit | e3867a2c1dcbe752e03c2b173440b88183889db3 (patch) | |
tree | 3bc0651abe00aff7d4d97829ae19caf873c53740 /www/amaya | |
parent | 20c89473184d7ffe086735c0666a10b3c835e079 (diff) | |
download | freebsd-ports-gnome-e3867a2c1dcbe752e03c2b173440b88183889db3.tar.gz freebsd-ports-gnome-e3867a2c1dcbe752e03c2b173440b88183889db3.tar.zst freebsd-ports-gnome-e3867a2c1dcbe752e03c2b173440b88183889db3.zip |
BROKEN on sparc64: Does not build
Diffstat (limited to 'www/amaya')
-rw-r--r-- | www/amaya/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/amaya/Makefile b/www/amaya/Makefile index 698d5baf6e9d..1e92f206747d 100644 --- a/www/amaya/Makefile +++ b/www/amaya/Makefile @@ -49,6 +49,10 @@ PLIST_SUB= REALVERSION="${REALVERSION}" .include <bsd.port.pre.mk> +.if ${ARCH} == "sparc64" +BROKEN= "Does not build on sparc64" +.endif + .if defined(WITH_BOOKMARKS) CONFIGURE_ARGS+= --enable-bookmarks .else |