diff options
Diffstat (limited to 'databases/mysql-gui/Makefile')
-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 974597d..16779f7 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 |