diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-12-17 19:04:21 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-12-17 19:04:21 +0000 |
commit | 184ebefd52f2b4f18c3ea7c25fcb0078b2c189d6 (patch) | |
tree | d7778824c0bdbea384fc1936b7dc343b20aa3a51 | |
parent | e4393498cc81a9321967ac4d7b7469b50e6b289d (diff) |
Notes
-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 |