diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-18 12:31:55 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-18 12:31:55 +0000 |
commit | 5e5e7a971defaf3d4043c128523a50498ba29cf1 (patch) | |
tree | fa7d39609a44e2863c93c52064fb6bd5b33ea63f | |
parent | 834d150c055dc06929f318e91eef750029dab323 (diff) | |
download | freebsd-ports-5e5e7a971defaf3d4043c128523a50498ba29cf1.zip |
This is also broken on alpha 4.x
-rw-r--r-- | databases/mysql-gui/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/mysql-gui/Makefile b/databases/mysql-gui/Makefile index 974597dfdec9..16779f7ba755 100644 --- a/databases/mysql-gui/Makefile +++ b/databases/mysql-gui/Makefile @@ -43,8 +43,8 @@ NEW_FILES= Fl_Editor.H editengine.h .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 500000 -BROKEN= Does not build +.if ${OSVERSION} >= 500000 || ${ARCH} == "alpha" +BROKEN= Does not build except on i386 4.x .endif # Post-extract |